摘要: #include#include#define MAX 100struct job{ char name[10]; //作业名 int reachtime; //作业到达时间 int starttime; //作业开始时间 int needtime; //... 阅读全文