摘要: 暴力枚举 枚举国内和国外的廊桥数量配额,再模拟航班停机过程 #include <cstdio> #include <algorithm> using namespace std; const int N = 100005; struct Flight { int l, r; // l 抵达时刻,r 阅读全文
posted @ 2023-09-26 18:03 RonChen 阅读(102) 评论(0) 推荐(2) 编辑