QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#130279#6376. LaLa and LampZhaoZiLongCompile Error//C++141.5kb2023-07-23 19:26:362023-07-23 19:26:37

详细

answer.code: In function ‘int main()’:
answer.code:52:14: error: ‘rand’ was not declared in this scope
   52 |         puts(rand()+rand()>rand()?"Yes":"No");
      |              ^~~~