int process_number;//进程个数 char process_name[M];//进程名 int arrival_time[M];//到达时间 int start_time[M];//开始执行时间 int services_time[M];//服务时间 int completion_time[M];//完成时间 int turn_arround_time[M];//周转时间
double right_turn_arround_time[M];//带权周转时间 int a[M]; int b[M]; int c[M]; int d[M]; int exchange; char temp; void FCFS();