Problem evenorodd
User christal
Submission Time 2023-11-08 11:01:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:7:11: error: lvalue required as left operand of assignment
7 | if (6%2 = 0) {
| ^
evenorodd.cpp:10:1: error: expected ‘}’ at end of input
10 | }
| ^
evenorodd.cpp:5:15: note: to match this ‘{’
5 | if (5%2 != 0) {
| ^
evenorodd.cpp:10:1: error: expected ‘}’ at end of input
10 | }
| ^
evenorodd.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^