Problem penguingathering
User YSH2020
Submission Time 2023-12-17 09:42:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:14:30: error: expected ‘;’ before ‘}’ token
14 | ans = min(ans, total)
| ^
| ;
15 | } cout << ans;
| ~