Problem 1609
User ZachTAD
Submission Time 2024-03-06 14:22:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1609.cpp: In function ‘int main()’:
1609.cpp:5:27: error: expected ‘;’ before ‘}’ token
5 | cout << "LYING IN MY BED"
| ^
| ;
6 | }
| ~