Chri_K

2020年10月25日

最佳调度问题(dfs)

摘要: #include<iostream> #include<algorithm> using namespace std; bool cmp(int x,int y) { return x>y; } int ans=2147483647,n,k; int t[1010],s[1010]; void df 阅读全文

posted @ 2020-10-25 22:41 Chri_K 阅读(125) 评论(0) 推荐(0) 编辑