| Problem | eight |
|---|---|
| User | Aden0 |
| Submission Time | 2026-04-17 15:33:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:11:25: error: ‘N’ was not declared in this scope
11 | for (int i = 0; i < N; i++) {
| ^
eight.cpp:12:17: error: expected ‘;’ before ‘if’
12 | cin >> a
| ^
| ;
13 | if (a == 8) {
| ~~