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