Problem eight
User rasquait
Submission Time 2025-11-30 16:47:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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