Problem penguingathering
User Shann0n
Submission Time 2026-06-24 17:05:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:18:9: error: expected ‘,’ or ‘;’ before ‘for’
18 | for (int j = 0; j < n; j++) {
| ^~~
penguingathering.cpp:18:25: error: ‘j’ was not declared in this scope
18 | for (int j = 0; j < n; j++) {
| ^