摘要: Problem - 2037 (hdu.edu.cn) #include<iostream>/*活动安排的贪心问题*/ #include<algorithm> using namespace std; const int N=110; int n; struct node{ int begin,en 阅读全文
posted @ 2024-02-10 17:58 ACCbulb 阅读(33) 评论(0) 推荐(0)