| 比赛 | 不平凡的世界 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 不平凡的许愿树 | 最终得分 | 0 |
| 用户昵称 | Tabing010102 | 运行时间 | 0.013 s |
| 代码语言 | C++ | 内存使用 | 0.28 MiB |
| 提交时间 | 2015-11-05 10:31:22 | ||
using namespace std;
#include<iostream>
#include<fstream>
#define cin fin
#define cout fout
ifstream fin("hopetree.in");
ofstream fout("hopetree.out");
int main()
{
cout<<"6 239";
return 0;
}