QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 | } | ^