Problem eight
User howdoicode
Submission Time 2026-05-20 17:02:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:14:11: error: expected ‘}’ at end of input
14 | cout << k;
| ^
eight.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^