Problem whatisthisactf
User playiprobro
Submission Time 2024-01-31 15:31:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

whatisthisactf.cpp: In function ‘int main()’:
whatisthisactf.cpp:4:10: error: expected ‘;’ before ‘}’ token
4 | return 0
| ^
| ;
5 | }
| ~