2025年10月5日
摘要: https://codeforces.com/gym/105386/problem/J #include <bits/stdc++.h> using i64 = long long; struct STList { int n, k; std::vector<std::vector<int>> Ma 阅读全文
posted @ 2025-10-05 18:40 下头小美 阅读(12) 评论(0) 推荐(0)