QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#525025 | #5116. Contests | ucup-team2880# | Compile Error | / | / | C++20 | 791b | 2024-08-20 11:47:58 | 2024-08-20 11:48:00 |
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:25:89: error: expected ‘;’ before ‘}’ token 25 | f[i][j][k] = min(f[i][j][k], suf[i-1][jj][j][k]) | ^ | ; 26 | 27 | } | ~ answer.code: At global scope: answer.code:33:2: error: expected unqualified-id before numeric constant 33 | }14134134 | ^~~~~~~~