摘要: include include include using namespace std; struct Interval { int left; int right; }; int main() { int n; cin >> n; vector intervals(n); for (int i = 阅读全文
posted @ 2025-12-15 20:47 董恩彬 阅读(4) 评论(0) 推荐(0)