Problem 3nplus1
User elsatanyixin
Submission Time 2026-02-28 10:19:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function β€˜int main()’:
3nplus1.cpp:9:13: error: lvalue required as left operand of assignment
9 | while (n/2=0){
| ^
3nplus1.cpp:12:3: error: expected primary-expression before β€˜}’ token
12 | }
| ^
3nplus1.cpp:13:13: error: lvalue required as left operand of assignment
13 | while (n/2=1){
| ^