Problem 3nplus1
User noob41
Submission Time 2023-11-08 10:59:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:19:9: error: expected ‘;’ before ‘return’
19 | cout<<1
| ^
| ;
20 | return 0;
| ~~~~~~