/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:7:19: error: 'srand' was not declared in this scope
   srand(time(NULL));
                   ^
foo.cpp:9:10: error: 'rand' was not declared in this scope
   a=rand()%10;
          ^

信息

递交者
类型
递交
题目
P1181 CoVH之密码破解
语言
C++
递交时间
2016-10-07 16:04:36
评测时间
2016-10-07 16:04:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes