Problem evenorodd
User spambot696969
Submission Time 2026-01-27 10:34:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evenorodd.cpp:3:9: error: ISO C++ forbids declaration of ‘intmain’ with no type [-fpermissive]
3 | intmain() {
| ^
evenorodd.cpp: In function ‘int intmain()’:
evenorodd.cpp:4:2: error: ‘Cin’ was not declared in this scope; did you mean ‘sin’?
4 | Cin>>a;
| ^~~
| sin
evenorodd.cpp:4:7: error: ‘a’ was not declared in this scope
4 | Cin>>a;
| ^
evenorodd.cpp:6:3: error: ‘Cout’ was not declared in this scope
6 | Cout<<"even";
| ^~~~