| Problem | penguingathering |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-24 15:39:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:16:14: error: expected ‘;’ before ‘-’ token
16 | for (int p - 1; p <= 1000; p++) {
| ^~
| ;
penguingathering.cpp:16:29: error: expected ‘)’ before ‘;’ token
16 | for (int p - 1; p <= 1000; p++) {
| ~ ^
| )
penguingathering.cpp:16:31: error: ‘p’ was not declared in this scope
16 | for (int p - 1; p <= 1000; p++) {
| ^
penguingathering.cpp:25:19: error: ‘end1’ was not declared in this scope
25 | cout << ana << end1;
| ^~~~