11
3
47
336
608
68
#include#includestruct PCB{ char name[10]; float arrivetime; float runtime; float starttime; float finishtime; float zztime; float dqzztime;};PCB a[100];void input(PCB *p,int N){ int i; printf(请输入进程的名...