摘要: 代码很烂。 #include <bits/stdc++.h> using namespace std; struct node { int start[10]; int end[10]; }s[100000]; bool cmp(node n1,node n2) { for (int i = 0; 阅读全文
posted @ 2024-03-25 17:11 YuKiCheng 阅读(80) 评论(0) 推荐(0)