QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#152955 | #5479. Traveling Salesperson in an Island | ntu_vjudge_1 | Compile Error | / | / | C++17 | 5.7kb | 2023-08-29 02:15:56 | 2023-08-29 02:15:57 |
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:218:2: error: expected ‘}’ at end of input 218 | } | ^ answer.code:131:24: note: to match this ‘{’ 131 | FOR(i, 1, n + m, 1){ | ^ answer.code:218:2: error: expected ‘}’ at end of input 218 | } | ^ answer.code:83:14: note: to match this ‘{’ 83 | signed main(){ | ^