比赛 | 不平凡的世界 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 不平凡的许愿树 | 最终得分 | 0 |
用户昵称 | Ten.X | 运行时间 | 0.007 s |
代码语言 | Pascal | 内存使用 | 0.17 MiB |
提交时间 | 2015-11-05 11:42:49 | ||
- var n:longint;
- begin
- assign(input,'hopetree.in');
- assign(output,'hopetree.out');
- reset(input);
- rewrite(output);
- randomize;
- read(n);
- write(n-1,' ');
- write(random(338)+1);
- close(input);
- close(output);
- end.