| Problem | 3nplus1 |
|---|---|
| User | BrainrotKid |
| Submission Time | 2026-02-06 14:31:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:18: error: lvalue required as left operand of assignment
10 | if (x%2=0){
| ^
3nplus1.cpp:11:20: error: lvalue required as left operand of assignment
11 | x/2 = x;
| ^
3nplus1.cpp:13:23: error: lvalue required as left operand of assignment
13 | else if (x%2=1){
| ^