QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#130279 | #6376. LaLa and Lamp | ZhaoZiLong | Compile Error | / | / | C++14 | 1.5kb | 2023-07-23 19:26:36 | 2023-07-23 19:26:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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"); | ^~~~