| Problem | penguingathering |
|---|---|
| User | Shann0n |
| Submission Time | 2026-06-25 09:19:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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++) {
| ^