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

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:9:11: error: invalid types ‘int[int]’ for array subscript
9 | cin>>A[i];
| ^
eight.cpp:13:10: error: invalid types ‘int[int]’ for array subscript
13 | if (A[i]==8){
| ^
eight.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
eight.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^