Owl Get a Life
bombing2.cpp: In function ‘void dfs(long long int, long long int)’:bombing2.cpp:28:19: error: expected ‘;’ before ‘}’ token 28 | ans=max(ans, c+1) | ^ | ; 29 | } | ~