Problem closedrooms
User hwy
Submission Time 2023-06-24 16:22:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

closedrooms.cpp: In function ‘int main()’:
closedrooms.cpp:70:73: error: expected ‘)’ before ‘;’ token
70 | ans = min(ans, ceil(min(min(i-1, H-i), min(j-1, W-j))/K);
| ~ ^
| )