Problem | 3nplus1 |
---|---|
User | Runjia |
Submission Time | 2025-02-08 13:11:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:12:11: error: lvalue required as left operand of assignment
12 | if((n%2=0){
| ^
3nplus1.cpp:12:13: error: expected ‘)’ before ‘{’ token
12 | if((n%2=0){
| ~ ^
| )
3nplus1.cpp:19:2: error: expected primary-expression before ‘}’ token
19 | }
| ^