比赛 |
20121108 |
评测结果 |
RRRRRRRRRR |
题目名称 |
造房子的学问 |
最终得分 |
0 |
用户昵称 |
临轩听雨ゐ |
运行时间 |
0.005 s |
代码语言 |
C++ |
内存使用 |
3.15 MiB |
提交时间 |
2012-11-08 11:57:29 |
显示代码纯文本
#include <fstream>
using namespace std;
int main()
{
ifstream in("wood.in");
ofstream out("wood.in");
out<<"No solution."<<endl;
return 0;
}