6
1
3
51
168
606
187
#include#include #include#includeusing namespace std;#define N 10#define TIME 2//时间片大小typedef struct pcb{char id[5];//进程标识数int arrivetime;int finishtime;int needtime;float alltime;float dqalltime;cha...