奇偶性
Background
First Problem there.
Description
Given one number n, print odd or even.
Format
Input
One number n, satisfying 0 <= n <= \( 10^5 \).
Output
One string, if n is even print "even", or print "odd".
Sample 1
Input
123
Output
odd
Limitation
1s, 64MiB for each test case.
信息
- ID
- 1001
- 难度
- 1
- 分类
- (无)
- 标签
- 递交数
- 3
- 已通过
- 1
- 通过率
- 33%
- 上传者