Problem 3nplus1
User ChessyBoy
Submission Time 2024-04-05 14:13:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:6:10: error: empty character constant
6 | cout<<n<<'';
| ^~
3nplus1.cpp:9:12: error: empty character constant
9 | cout<<n/2<<'';
| ^~
3nplus1.cpp:13:14: error: empty character constant
13 | cout<<3*n+1<<'';
| ^~
3nplus1.cpp:2:16: error: expected identifier before ‘.’ token
2 | using namespace.std
| ^
3nplus1.cpp:2:16: error: expected ‘;’ before ‘.’ token
2 | using namespace.std
| ^
| ;
3nplus1.cpp:2:16: error: expected unqualified-id before ‘.’ token