摘要: A. 班委竞选 签到题 #include <bits/stdc++.h> using namespace std; int32_t main() { int n , m ; cin >> n >> m; vector<int> a( m+1 , 0 ) , b( m+1 , 0 ); for( in 阅读全文
posted @ 2023-02-15 21:15 PHarr 阅读(27) 评论(0) 推荐(0) 编辑