摘要: #include <bits/stdc++.h> using namespace std; int n,k,j,i,b,_min; vector<string> a; struct p{ int id; string name; vector<int> gx; }; vector<p> list; 阅读全文
posted @ 2024-11-30 10:03 -刘-j-x- 阅读(7) 评论(0) 推荐(0)