QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#130279#6376. LaLa and LampZhaoZiLongCompile Error//C++141.5kb2023-07-23 19:26:362023-07-23 19:26:37

Details

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");
      |              ^~~~