QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#866961 | #9920. Money Game 2 | ZhaoZiLong | Compile Error | / | / | C++23 | 1.4kb | 2025-01-22 22:44:47 | 2025-01-22 22:44:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:49:56: error: expected ‘;’ before ‘}’ token 49 | ans=max(ans,(long long)(w+R[i][p].st-a[i])) | ^ | ; 50 | } | ~