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