Problem closedrooms
User kxd
Submission Time 2023-12-05 20:13:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

closedrooms.cpp: In function ‘void dfs(long long int, long long int, long long int)’:
closedrooms.cpp:45:54: error: expected ‘;’ before ‘return’
45 | if((min(min(minx,miny),min(h-maxx-1,w-maxy-1)) == 0) return;
| ^~~~~~~
| ;
closedrooms.cpp:46:13: error: expected ‘)’ before ‘;’ token
46 | dis[x][y]=d;
| ^
| )
closedrooms.cpp:45:4: note: to match this ‘(’
45 | if((min(min(minx,miny),min(h-maxx-1,w-maxy-1)) == 0) return;
| ^