Problem evenorodd
User Avinash
Submission Time 2025-06-16 16:33:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:6:2: error: ‘cint’ was not declared in this scope; did you mean ‘uint’?
6 | cint << num;
| ^~~~
| uint
evenorodd.cpp:10:10: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator<<’
10 | count << num << "Odd";
| ~~~~~~^~~~~~
evenorodd.cpp:12:1: error: expected ‘}’ at end of input
12 | }
| ^
evenorodd.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^