Problem eight
User IyasM
Submission Time 2025-06-16 16:48:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:7:14: error: expected unqualified-id before ‘=’ token
7 | for (int = 0; i < array; i++) {
| ^
eight.cpp:7:13: error: expected ‘;’ before ‘=’ token
7 | for (int = 0; i < array; i++) {
| ^~
| ;
eight.cpp:7:14: error: expected primary-expression before ‘=’ token
7 | for (int = 0; i < array; i++) {
| ^
eight.cpp:7:19: error: ‘i’ was not declared in this scope
7 | for (int = 0; i < array; i++) {
| ^
eight.cpp:7:28: error: expected ‘)’ before ‘;’ token
7 | for (int = 0; i < array; i++) {
| ~ ^
| )
eight.cpp:7:30: error: ‘i’ was not declared in this scope
7 | for (int = 0; i < array; i++) {
| ^