QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#420925 | #8643. Board Game | egypt_ioi2024_05# | Compile Error | / | / | C++20 | 3.3kb | 2024-05-25 03:53:22 | 2024-05-25 03:53:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:155:54: error: expected ‘}’ before ‘]’ token 155 | cout << min({dist1[i][0], dist1[i][1]]}) << '\n'; | ~ ^ answer.code:155:54: error: expected ‘)’ before ‘]’ token 155 | cout << min({dist1[i][0], dist1[i][1]]}) << '\n'; | ~ ^ | ) answer.code:155:56: error: expected primary-expression before ‘)’ token 155 | cout << min({dist1[i][0], dist1[i][1]]}) << '\n'; | ^ answer.code: At global scope: answer.code:157:1: error: expected declaration before ‘}’ token 157 | } | ^