Problem 3nplus1
User NoobDev22
Submission Time 2024-03-01 15:20:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:16:9: error: expected ‘;’ before ‘return’
16 | cout<<n
| ^
| ;
17 | return 0;
| ~~~~~~