QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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(){ | ^