| Problem | eight |
|---|---|
| User | Angie |
| Submission Time | 2025-06-18 16:13:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:7:18: error: ‘e’ was not declared in this scope
7 | int nums[N]; e//dclaring array name nums of size N
| ^
eight.cpp:9:21: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < N; i++){
| ^