| 比赛 | 不平凡的世界 | 评测结果 | WWWWWWWWWW | 
|---|---|---|---|
| 题目名称 | 不平凡的boss | 最终得分 | 0 | 
| 用户昵称 | YXH_YXH | 运行时间 | 0.013 s | 
| 代码语言 | C++ | 内存使用 | 0.32 MiB | 
| 提交时间 | 2015-11-05 11:44:10 | ||
#include<iostream>
#include<ctime>
#include<cstdlib>
#include<cstdio>
using namespace std;
int main(){
	freopen("playwithboss.in","r",stdin);
	freopen("playwithboss.out","w",stdout);
	
	srand((int)time(NULL));
	int tt=rand();
	cout<<tt<<endl;
	
	fclose(stdin);
	fclose(stdout);
	return 0;
}
/*
*/