Problem | evenorodd |
---|---|
User | Avinash |
Submission Time | 2025-06-16 16:33:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:9:24: error: expected ‘;’ before ‘{’ token
9 | } else (num % 1 == 0) {
| ^~
| ;
evenorodd.cpp:12:1: error: expected ‘}’ at end of input
12 | }
| ^
evenorodd.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^