| Problem | penguingathering |
|---|---|
| User | berrymochi |
| Submission Time | 2026-06-24 16:49:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:15:13: error: expected ‘;’ before ‘}’ token
15 | cin >> x[i]
| ^
| ;
16 | }
| ~
penguingathering.cpp:23:2: error: expected ‘,’ or ‘;’ before ‘for’
23 | for (int i=0;i<n;i++){
| ^~~
penguingathering.cpp:23:15: error: ‘i’ was not declared in this scope
23 | for (int i=0;i<n;i++){
| ^
penguingathering.cpp:29:29: error: expected ‘)’ before ‘;’ token
29 | cout <<totalannoyance;
| ^
| )
penguingathering.cpp:28:11: note: to match this ‘(’
28 | if (totalannoyance< minannoyance;
| ^