摘要: https://codeforces.com/contest/1728/problem/C 模拟题 inline void solve() { int n; cin >> n; multiset<int> a, b; for (int i = 0; i < n; ++i) { int t; cin 阅读全文
posted @ 2025-04-17 10:50 _Yxc 阅读(12) 评论(0) 推荐(0)