| 比赛 | 20120417 | 评测结果 | AWWWWWWWWWAAWWWWW |
|---|---|---|---|
| 题目名称 | 牛棚的灯 | 最终得分 | 17 |
| 用户昵称 | 11111111 | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2012-04-17 10:22:23 | ||
#include<iostream>
#include<fstream>
using namespace std;
int main()
{
ifstream fin("lights.in");
ofstream fout("lights.out");
fout<<'3';
fin.close();
fout.close();
return 0;
}