Problem 1609
User bz
Submission Time 2023-06-30 16:08:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1609.cpp: In function ‘int main()’:
1609.cpp:5:8: error: expected ‘;’ before ‘}’ token
5 | main()
| ^
| ;
6 | }
| ~