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