Problem eight
User jh2865
Submission Time 2025-06-16 16:43:11
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 ‘}’ token
12 | cout << total
| ^
| ;
13 | }
| ~