| 比赛 | 期末考试1 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | Output Only | 最终得分 | 0 |
| 用户昵称 | 杨蕙宇 | 运行时间 | 0.027 s |
| 代码语言 | C++ | 内存使用 | 3.65 MiB |
| 提交时间 | 2026-02-08 11:38:08 | ||
#include<bits/stdc++.h>
using namespace std;
int main(){
freopen("tioj_outplay.in","r",stdin);
freopen("tioj_outplay.out","w",stdout);
cout<<3<<endl<<4<<endl<<3<<endl<<3<<endl;
return 0;
}