QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#425135 | #8643. Board Game | egypt_ioi2024_07 | Compile Error | / | / | C++23 | 4.2kb | 2024-05-29 22:30:06 | 2024-05-29 22:30:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int32_t main()’: answer.code:78:16: error: ‘cur’ was not declared in this scope 78 | if(dis[cur]>=1e18) continue; | ^~~ answer.code:95:24: error: ‘cur’ was not declared in this scope 95 | if(dis[cur]>=1e18) continue; | ^~~ answer.code:115:24: error: ‘cur’ was not declared in this scope 115 | if(dis[cur]>=1e18) continue; | ^~~ answer.code:134:24: error: ‘cur’ was not declared in this scope 134 | if(dis[cur]>=1e18) continue; | ^~~ answer.code:152:24: error: ‘cur’ was not declared in this scope 152 | if(dis[cur]>=1e18) continue; | ^~~