| Problem | 3nplus1 |
|---|---|
| User | SharpnessChipped |
| Submission Time | 2023-06-05 22:44:04 |
| 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 | if (a%2 = 0) {
| ^
3nplus1.cpp:12:13: error: lvalue required as left operand of assignment
12 | if (a%2 = 1) {
| ^