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