摘要: #include#includeusing namespace std;struct pcb{ string name; int run_time; int level; int state = 0; struct pcb * next; }k1,k2,k... 阅读全文
posted @ 2015-11-10 13:17 平凡也是梦 阅读(267) 评论(0) 推荐(0)