摘要: https://zhengruioi.com/problem/3430 我觉得代码会比文字清楚! cin >> n >> m; ans = n; for (int i = 1; i <= n; i++) { int l, r; cin >> l >> r; a[r + 1].push_back(l) 阅读全文
posted @ 2025-11-10 16:12 Egg_eating_master 阅读(10) 评论(0) 推荐(0)