| 比赛 | 不平凡的世界 | 评测结果 | RRRRRRRRRR | 
|---|---|---|---|
| 题目名称 | 不平凡的boss | 最终得分 | 0 | 
| 用户昵称 | mask | 运行时间 | 0.016 s | 
| 代码语言 | C++ | 内存使用 | 0.29 MiB | 
| 提交时间 | 2015-11-05 11:49:28 | ||
#include<stdio.h>
#include<time.h>
#include<stdlib.h>
int main()
{  // freopen("playwithboss.in","r",stdin);
	//freopen("playwithboss","w",stdout);
	
srand(time(NULL));
printf("%d\n",rand()%30);
return 0;
}