Problem aoi_umbrella
User FIips
Submission Time 2025-08-08 19:30:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

aoi_umbrella.cpp: In function ‘int32_t main()’:
aoi_umbrella.cpp:88:16: error: ‘min_dist’ was not declared in this scope
88 | ans[i] = min(min_dist[i], min_dist[i - 1]);
| ^~~~~~~~