比赛 | 20121108 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 造房子的学问 | 最终得分 | 0 |
用户昵称 | limitation | 运行时间 | 0.002 s |
代码语言 | Pascal | 内存使用 | 0.15 MiB |
提交时间 | 2012-11-08 10:07:12 | ||
program wood; begin assign(output,'wood.out'); rewrite(output); write('No solution.'); close(output); end.