QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#269799 | #5665. AA Country and King Dreamoon | DennisTran# | Compile Error | / | / | C++20 | 1.5kb | 2023-11-30 00:47:22 | 2023-11-30 00:47:23 |
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:25:9: error: ‘i’ was not declared in this scope 25 | i*f(arr[r] != par[las])*/ nxt[las] = arr[r]; | ^ answer.code:25:11: error: ‘f’ was not declared in this scope 25 | i*f(arr[r] != par[las])*/ nxt[las] = arr[r]; | ^ answer.code:25:33: error: expected primary-expression before ‘/’ token 25 | i*f(arr[r] != par[las])*/ nxt[las] = arr[r]; | ^