Problem | evenorodd |
---|---|
User | Hiya123 |
Submission Time | 2023-11-08 10:28:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:8:11: error: ‘Odd’ was not declared in this scope
8 | cout << Odd;
| ^~~
evenorodd.cpp:10:19: error: lvalue required as left operand of assignment
10 | else if (num/2 = 0){
| ^
evenorodd.cpp:11:11: error: ‘Even’ was not declared in this scope
11 | cout << Even;
| ^~~~
evenorodd.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
evenorodd.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^