Problem evenorodd
User AnZhe
Submission Time 2024-06-26 15:59:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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