| Problem | 3nplus1 |
|---|---|
| User | lulu1008 |
| Submission Time | 2024-06-18 11:29:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:17: error: lvalue required as left operand of assignment
7 | if(n % 2 = 0){
| ^
3nplus1.cpp:9:24: error: lvalue required as left operand of assignment
9 | } else if(n % 2 = 1){
| ^