Problem bombing2
User PlayVoltz
Submission Time 2023-12-27 17:19:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 | }
| ~