摘要: 四个小时,不写了不写了 那个书名就改为先排序后插入吧,省得费这么大劲#include#include#include#include#include#include#includeusing namespace std;int main() { map>lib;... 阅读全文
posted @ 2017-10-13 23:15 romaLzhih 阅读(127) 评论(0) 推荐(0)
摘要: 暴力求解??? 代码如下:#include#include#includeusing namespace std;int job[10];int n, time = 0, id;queues;//判断是否在存在优先级更高的元素;bool check(int now_i... 阅读全文
posted @ 2017-10-13 01:25 romaLzhih 阅读(108) 评论(0) 推荐(0)