【贪心】流水做业调度问题II

 http://icpc.upc.edu.cn/problem.php?cid=1424&pid=8php #include<cstdio> #include<algorithm> using namespace std; struct str { int l,r; bool operator<(const str &str1)const { if (l<r
相关文章
相关标签/搜索