比赛 | 不平凡的世界 | 评测结果 | AWWWWWWWWW |
---|---|---|---|
题目名称 | 不平凡的许愿树 | 最终得分 | 10 |
用户昵称 | NVIDIA | 运行时间 | 0.013 s |
代码语言 | C++ | 内存使用 | 0.25 MiB |
提交时间 | 2015-11-05 11:25:19 | ||
#include<iostream> #include<cstring> #include<cstdio> using namespace std; int main() { freopen("hopetree.in","r",stdin); freopen("hopetree.out","w",stdout); cout<<"1 234"; return 0; }