Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Write a program that takes an input of a positive integer ~x~. Print EVEN if ~x~ is an even number, otherwise print ODD.
Input
- A positive integer ~x~ not exceeding ~10^{18}~.
Output
- Print EVEN if ~x~ is an even number, otherwise print ODD.
Sample Input
3
Sample Output
ODD
Bình luận