Problem evenorodd
User MelodyPS
Submission Time 2023-10-02 16:10:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> num;
| ^~~
evenorodd.cpp:5:9: error: ‘cout’ was not declared in this scope
5 | cout << "Even";
| ^~~~
evenorodd.cpp:8:9: error: ‘cout’ was not declared in this scope
8 | cout << "Odd";
| ^~~~