| 比赛 | 2026.3.28 | 评测结果 | AWWWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | Random Tree Generation | 最终得分 | 4 |
| 用户昵称 | xuyuqing | 运行时间 | 0.058 s |
| 代码语言 | C++ | 内存使用 | 3.70 MiB |
| 提交时间 | 2026-03-28 11:02:00 | ||
#include <cstdio>
#include <iostream>
using namespace std;
int main () {
freopen ("Random.in", "r", stdin);
freopen ("Random.out", "w", stdout);
cout << "1\n333333336\n83333334\n55555556" << endl;
return 0;
}