- 暑期集训测试卷3(中高级班)
无敌了
- 2025-8-1 9:13:19 @
对于E题,我们建议A先生做一下脑电图......
2 条评论
-
吴烨 LV 6 @ 2025-8-1 11:18:08
不要在考试的时候在讨论区写你的思路或代码
-
2025-8-1 9:47:45@
#include<bits/stdc++.h> using namespace std; int a,b,c[55],j; int main(){ cin>>a>>b; b+=3; if(a%2==0){ cout<<-1; } for(int i=1;i<=a;i++){ int a; cin>>a; c[a]++; }
for(int i=1;i<= a;i++){ } return 0;
}
- 1