奇偶判断
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Description
从这道题开始,你要看过分支语句,也就是if语句才能完成下面的问题。
输入一个整数,判断它是奇数还是偶数。 如果是奇数,输出"ODD" 如果是偶数,输出"Even"
Input Format
一个整数。
Output Format
一个字符串。(好多个字符连成的串) "ODD" 或者 "Even"
Sample
input
3
output
ODD
Hint
时间限制:
空间限制:
20200906-贪心基础练习
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 11
- Start at
- 2020-9-6 13:37
- End at
- 2020-9-26 13:37
- Duration
- 480 hour(s)
- Host
- Partic.
- 17