比赛 9.27练习赛 评测结果 WWWWWWWWWWWWWWWWWWWW
题目名称 幻想乡战略游戏 最终得分 0
用户昵称 袁书杰 运行时间 0.062 s
代码语言 C++ 内存使用 3.39 MiB
提交时间 2024-09-27 21:46:02
显示代码纯文本
#include<bits/stdc++.h>
#define int long long
using namespace std;
signed main(){
	freopen("zjoi15_tree.in","r",stdin);
	freopen("zjoi15_tree.out","w",stdout);
	ios::sync_with_stdio(false);
	cin.tie(0),cout.tie(0);
	cout<<"0\n1\n4\n5\n6";
	return 0;
}