| 比赛 | 20121106 | 评测结果 | WAWAWAWW |
|---|---|---|---|
| 题目名称 | 过河 | 最终得分 | 37 |
| 用户昵称 | limitation | 运行时间 | 0.011 s |
| 代码语言 | Pascal | 内存使用 | 0.15 MiB |
| 提交时间 | 2012-11-06 09:16:48 | ||
program p1251;
begin
assign(input,'rivera.in');
reset(input);
assign(output,'rivera.out');
rewrite(output);
write('NO');
close(input);
close(output);
end.