Problem gohcart
User Pan
Submission Time 2023-12-26 13:21:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gohcart.cpp: In function ‘int main()’:
gohcart.cpp:92:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
92 | ans[i] = min(ans[i], dist[i]);
| ^~~
| abs