Problem | eight |
---|---|
User | smartsword |
Submission Time | 2025-04-23 16:53:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:16:14: error: expected ‘;’ before ‘}’ token
16 | ans++
| ^
| ;
17 | }
| ~
eight.cpp:18:13: error: expected ‘;’ before ‘return’
18 | cout << ans
| ^
| ;
19 |
20 | return 0;
| ~~~~~~