Problem 1609
User yeetmaster
Submission Time 2023-11-29 21:07:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1609.cpp:2:21: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main() {
| ~~~
1609.cpp: In function ‘int main()’:
1609.cpp:5:11: error: expected ‘;’ before ‘}’ token
5 | return 0
| ^
| ;
6 | }
| ~