社区讨论
关于CSP
学术版参与者 14已保存回复 24
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 24 条
- 当前快照
- 1 份
- 快照标识符
- @mhiza5gj
- 此快照首次捕获于
- 2025/11/03 18:09 4 个月前
- 此快照最后确认于
- 2025/11/03 18:39 4 个月前
我记得去年CSP里面写了“主函数
main()的返回值必须是int,而且必须写return 0那还能写这个模板吗?
CPP#include <bits/stdc++.h>
#define int long long
using namespace std;
signed main(){
//freopen(".in","r",stdin);
//freopen(".out","w",stdout);
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
return 0;
}
回复
共 24 条回复,欢迎继续交流。
正在加载回复...