Problem 1609
User j48495734
Submission Time 2026-03-29 09:29:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1609.cpp: In function ‘int main()’:
1609.cpp:5:29: error: expected ‘;’ before ‘return’
5 | cout << "I'll wait forever"
| ^
| ;
6 | return 0;
| ~~~~~~