Problem 3nplus1
User NoynYT
Submission Time 2023-04-28 18:24:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:13:8: error: expected ‘;’ before ‘cout’
13 | r=n
| ^
| ;
14 | cout<<r+" ";
| ~~~~
3nplus1.cpp:17:8: error: expected ‘;’ before ‘cout’
17 | r=n
| ^
| ;
18 | cout<<r+" ";
| ~~~~