#include"stdio.h" #include"stdlib.h" typedef struct JCB //定义进程控制块 { char num[2]; //作业号 char name[10]; //作业名 char state; //运行状态