Problem eight
User Aden0
Submission Time 2026-04-17 15:33:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:12:17: error: expected ‘;’ before ‘if’
12 | cin >> a
| ^
| ;
13 | if (a == 8) {
| ~~