Owl Get a Life
eight.cpp: In function ‘int main()’:eight.cpp:13:14: error: expected ‘;’ before ‘if’ 13 | cin >> a[i] | ^ | ; 14 | if (a[i] == 8) { | ~~