| Problem | eight |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-04-18 09:17:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:7:3: error: expected initializer before ‘for’
7 | for (int i=0;i<n;i++){
| ^~~
eight.cpp:7:16: error: ‘i’ was not declared in this scope
7 | for (int i=0;i<n;i++){
| ^