Problem 3nplus1
User SharpnessChipped
Submission Time 2023-06-05 22:45:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:15: error: lvalue required as left operand of assignment
9 | if (a % 2 = 0) {
| ^
3nplus1.cpp:12:15: error: lvalue required as left operand of assignment
12 | if (a % 2 = 1) {
| ^