Problem 3nplus1
User Adam
Submission Time 2024-06-20 13:10:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:5: error: expected ‘;’ before ‘i’
7 | cin i;
| ^~
| ;
3nplus1.cpp:9:10: error: lvalue required as left operand of assignment
9 | if(n%2=0){
| ^
3nplus1.cpp:10:9: error: expected initializer before ‘/’ token
10 | int n/2;
| ^
3nplus1.cpp:14:9: error: expected initializer before ‘*’ token
14 | int n*3+1;
| ^