Problem eight
User Marcos
Submission Time 2025-06-16 16:50:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:10:12: error: expected ‘;’ before ‘}’ token
10 | cout << i
| ^
| ;
11 | }
| ~