比赛 不平凡的世界 评测结果 WWWWWWWWWW
题目名称 不平凡的引线 最终得分 0
用户昵称 mask 运行时间 0.007 s
代码语言 C++ 内存使用 0.29 MiB
提交时间 2015-11-05 11:40:14
显示代码纯文本
  1. #include<stdio.h>
  2. #include<time.h>
  3. #include<stdlib.h>
  4. int main()
  5. { freopen("firelead.in","r",stdin);
  6. freopen("firelead.out","w",stdout);
  7. srand(time(NULL));
  8. printf("%d\n",rand()%10);
  9. return 0;
  10. }