| Problem | eight |
|---|---|
| User | ForgottenDragon |
| Submission Time | 2025-12-01 09:32:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:11:20: error: expected ‘;’ before ‘}’ token
11 | if (x == 8) ans++
| ^
| ;
12 | }
| ~