| 比赛 | 不平凡的世界 | 评测结果 | WWWWWWWWWW | 
|---|---|---|---|
| 题目名称 | 不平凡的boss | 最终得分 | 0 | 
| 用户昵称 | Tabing010102 | 运行时间 | 0.013 s | 
| 代码语言 | C++ | 内存使用 | 0.28 MiB | 
| 提交时间 | 2015-11-05 10:32:34 | ||
using namespace std;
#include<iostream>
#include<fstream>
#define cin fin
#define cout fout
ifstream fin("playwithboss.in");
ofstream fout("playwithboss.out");
int main()
{
	cout<<"5";
	return 0;
}