Problem eight
User Marcus0Leong
Submission Time 2025-06-16 17:02:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:4:8: error: ‘N’ was not declared in this scope
4 | int A[N];
| ^
eight.cpp:9:7: error: ‘A’ was not declared in this scope
9 | if (A[loopcounter] != 8) {
| ^