QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#611074 | #6400. Game: Celeste | GuanYunchang | Compile Error | / | / | C++20 | 2.6kb | 2024-10-04 19:12:16 | 2024-10-04 19:12:18 |
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:98:24: error: ‘rnd’ was not declared in this scope; did you mean ‘rand’? 98 | ll t = rnd(); | ^~~ | rand