Problem evenorodd
User AnZhe
Submission Time 2024-06-26 15:54:32
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:11:3: error: ‘cout’ was not declared in this scope
11 | cout << "Odd";
| ^~~~