| Problem | eight |
|---|---|
| User | IyasM |
| Submission Time | 2025-06-16 16:50:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:8:14: error: expected unqualified-id before ‘=’ token
8 | for (int = 0; i < array; i++) {
| ^
eight.cpp:8:14: error: expected ‘;’ before ‘=’ token
eight.cpp:8:14: error: expected primary-expression before ‘=’ token
eight.cpp:8:19: error: ‘i’ was not declared in this scope
8 | for (int = 0; i < array; i++) {
| ^
eight.cpp:8:28: error: expected ‘)’ before ‘;’ token
8 | for (int = 0; i < array; i++) {
| ~ ^
| )
eight.cpp:8:30: error: ‘i’ was not declared in this scope
8 | for (int = 0; i < array; i++) {
| ^