| Problem | evenorodd |
|---|---|
| User | betterthanreality1001 |
| Submission Time | 2024-02-14 10:42:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:3:1: error: ‘cin’ was not declared in this scope
3 | cin>>a;
| ^~~
evenorodd.cpp:8:5: error: ‘cout’ was not declared in this scope
8 | cout<<"Even";
| ^~~~
evenorodd.cpp:11:5: error: ‘cout’ was not declared in this scope
11 | cout<<"Odd";
| ^~~~