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

Compile Error

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