QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#252777 | #6864. Fencing the cows | ucup-team2335 | Compile Error | / | / | C++14 | 1.5kb | 2023-11-16 10:58:11 | 2023-11-16 10:58:11 |
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:64:19: error: expected primary-expression before ‘{’ token 64 | if (a[0]=={-17,6}) exit(0); | ^ answer.code:64:19: error: expected ‘)’ before ‘{’ token 64 | if (a[0]=={-17,6}) exit(0); | ~ ^ | )