QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#295071 | #6306. Chase Game | MaMengQi | Compile Error | / | / | C++23 | 3.3kb | 2023-12-30 18:25:18 | 2023-12-30 18:25:18 |
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:108:12: error: ‘dis_k’ was not declared in this scope; did you mean ‘dis_p’? 108 | if(dis_k[1] > d) | ^~~~~ | dis_p answer.code:144:84: error: expected ‘;’ before ‘}’ token 144 | ans = min(ans, dis_1[x] + gt(dis_n[i] + 1)) | ^ | ; 145 | } | ~