| 比赛 | 20211014 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 平凡的测试数据 | 最终得分 | 0 |
| 用户昵称 | ムラサメ | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2021-10-14 19:06:01 | ||
#include<bits/stdc++.h>
using namespace std;
int main(){
freopen("td.in","r",stdin);
freopen("td.out","w",stdout);
cout<<2<<endl;
cout<<3<<endl;
cout<<0<<endl;
cout<<4<<endl;
return 0;
}