区间调度问题 选择不相交的区间(最多)
摘要:1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #define LL long long 5 6 using namespace std; 7 8 struct node{ 9 int x,y; 10 }; 11 n
阅读全文
posted @ 2016-04-18 11:44
posted @ 2016-04-18 11:44
posted @ 2016-04-08 19:30
posted @ 2016-04-08 11:18
posted @ 2016-04-07 15:55
posted @ 2016-04-07 11:54