#include <ctime.h> //因为要用到time函数。
#include <stdlib.h> ///*用到了srand函数,所以要有这个头文件*/
在晚间头部进行了这样的文件包含。
可是编译的时候却这样提示
1>d:\dingding\双升版本v0.1\源程序\shuangsheng\shuangsheng\referee.h(10) : fatal error C1083: Cannot open include file: 'ctime.h': No such file or directory