Problem 3nplus1
User chankinshu
Submission Time 2024-07-19 16:26:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:5:15: error: expected ‘;’ before ‘cin’
5 | cout<<n<<' '
| ^
| ;
6 | cin>>n;
| ~~~