| 比赛 |
寒假集训5 |
评测结果 |
WWWWWWWWWWWWWWWWWWWW |
| 题目名称 |
魔法森林 |
最终得分 |
0 |
| 用户昵称 |
王潇翊 |
运行时间 |
0.053 s |
| 代码语言 |
C++ |
内存使用 |
3.66 MiB |
| 提交时间 |
2026-03-01 10:15:12 |
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
int main()
{
freopen("magicalforest.in","r",stdin);
freopen("magicalforest.out","w",stdout);
return 0;
}