| Problem | foreveralone |
|---|---|
| User | jiazethesigma |
| Submission Time | 2026-01-11 12:43:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foreveralone.cpp: In function ‘int main()’:
foreveralone.cpp:15:2: error: expected ‘,’ or ‘;’ before ‘for’
15 | for(int i=0;i<n;i++) if(x[i]==0) count++;
| ^~~
foreveralone.cpp:15:14: error: ‘i’ was not declared in this scope
15 | for(int i=0;i<n;i++) if(x[i]==0) count++;
| ^