C++阶段测试20260426
Ready (☆▽☆)
IOI
Start at: 2026-4-26 10:45
1.5
hour(s)
Host:
0
代码提交说明
正式比赛为文件IO模式,请加上文件流读写,如freopen;以freopen为例,题目rice的代码需要加上:
freopen("rice.in","r",stdin);
freopen("rice.out","w",stdout);
加上之后,代码构成如下:
#include<bits/stdc++.h>
using namespace std;
int main(){
freopen("rice.in","r",stdin);
freopen("rice.out","w",stdout);
// 主程序从这里开始
return 0;
}
- Status
- Ready (☆▽☆)
- Rule
- IOI
- Problem
- 5
- Start at
- 2026-4-26 10:45
- End at
- 2026-4-26 12:15
- Duration
- 1.5 hour(s)
- Host
- Partic.
- 0