Problem dinowalk
User Fr5ctal
Submission Time 2026-04-26 16:06:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dinowalk.cpp: In function ‘int main()’:
dinowalk.cpp:30:31: error: expected ‘;’ before ‘}’ token
30 | ans = min(ans, dist[x][y])
| ^
| ;
31 | }
| ~