Problem penguingathering
User alice157050
Submission Time 2026-06-25 09:03:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:10:12: error: expected ‘;’ at end of input
10 | cout << 0
| ~^
| ;
penguingathering.cpp:10:11: error: expected ‘}’ at end of input
10 | cout << 0
| ^
penguingathering.cpp:9:13: note: to match this ‘{’
9 | if (N = 1) {
| ^
penguingathering.cpp:10:11: error: expected ‘}’ at end of input
10 | cout << 0
| ^
penguingathering.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^