| Problem | 3nplus1 |
|---|---|
| User | elsatanyixin |
| Submission Time | 2026-02-28 10:16:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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){
| ^