摘要: https://codeforces.com/problemset/problem/1332/B void solve(){ int n; cin >> n; vector<vector<int>> ans(1234); for (int i = 0; i < n; ++i){ int t; cin 阅读全文
posted @ 2024-03-14 21:03 _Yxc 阅读(13) 评论(0) 推荐(0)