摘要: #include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair < ll, ll > pii; const int M = 1e5 + 10; pii a[M], b[M]; ll n, m, q; l 阅读全文
posted @ 2025-11-15 12:20 Bob1108 阅读(3) 评论(0) 推荐(0)