社区讨论
关于复赛
学术版参与者 6已保存回复 6
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 6 条
- 当前快照
- 1 份
- 快照标识符
- @mhizma5k
- 此快照首次捕获于
- 2025/11/03 18:18 4 个月前
- 此快照最后确认于
- 2025/11/03 18:18 4 个月前
考场上能不能这么写:
CPP#include <bits/stdc++.h>
using namespace std;
void solve(){
}
int main(){
freopen("xxx.in","r",stdin);
freopen("xxx.out","w",stdout);
ios::sync_with_stdio(false);cin.tie(0);
int T=1;cin>>T;
while(T--){
solve();
}
return 0;
}
回复
共 6 条回复,欢迎继续交流。
正在加载回复...