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