Toggle navigation
CGOJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Language
中文
ئۇيغۇرچە
English
فارسی
ไทย
한국어
Problem4503--奇偶数的判定
4503: 奇偶数的判定
[Creator :
]
Time Limit :
1.000
sec
Memory Limit :
128 MiB
Submit
Solved: 12
Submit Num: 25
Statistics
ShowOff!
Description
给定一个整数
lns="http://www.w3.org/1998/Math/MathML">
n
n
,若
lns="http://www.w3.org/1998/Math/MathML">
n
n
是一个偶数,输出
even
,若
lns="http://www.w3.org/1998/Math/MathML">
n
n
是一个奇数,输出
odd
。
Input
单个整数:表示
lns="http://www.w3.org/1998/Math/MathML">
n
n
。
数据范围
lns="http://www.w3.org/1998/Math/MathML">
−
1
,
000
,
000
≤
n
≤
1
,
000
,
000
−
1
,
0
0
0
,
0
0
0
≤
n
≤
1
,
0
0
0
,
0
0
0
Sample Input
Copy
0
Sample Output
Copy
even
Source/Category
分支结构