Problem 3nplus1
User Adam
Submission Time 2024-06-20 13:10:55
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:11: error: lvalue required as left operand of assignment
9 | if (n%2=0){
| ^