摘要: #include <bits/stdc++.h> using namespace std; bool cmp(vector<int> &A, vector<int> &B) { if (A.size() != B.size()) return A.size() > B.size(); for (in 阅读全文
posted @ 2023-05-17 20:30 AC玴 阅读(25) 评论(0) 推荐(0)