| 比赛 | 果蝇王邀请赛div2 | 评测结果 | C |
|---|---|---|---|
| 题目名称 | 雪王与果蝇王游于濠梁之上 | 最终得分 | 0 |
| 用户昵称 | wmlsxzh | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2026-08-27 12:12:48 | ||
#include<bits/stdc++.h>
using namespace std;
int main{
freopen("play.in","r",stdin);
freopen("play.out","w",stdout);
cout<<"65";
return 0;
}