QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#460651 | #3184. Around the Track | GuanYunchang | Compile Error | / | / | C++17 | 6.5kb | 2024-07-01 23:42:20 | 2024-07-01 23:42:20 |
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:213:9: error: ‘I’ was not declared in this scope 213 | if (I == j) continue; | ^ answer.code:214:33: error: ‘I’ was not declared in this scope 214 | length = std::min(length, G[I][j] + G[j][I]); | ^