QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]); | ^