Problem | eight |
---|---|
User | Sky |
Submission Time | 2025-06-16 16:22:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:8:10: error: ‘a’ was not declared in this scope
8 | cin >> a[i];
| ^
eight.cpp:12:24: error: ‘i’ was not declared in this scope
12 | for(int p = 0; p < N; i++){
| ^
eight.cpp:13:6: error: ‘a’ was not declared in this scope
13 | if(a[p] == 8){
| ^