Problem4503--奇偶数的判定

4503: 奇偶数的判定

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

给定一个整数 lns="http://www.w3.org/1998/Math/MathML">n,若 lns="http://www.w3.org/1998/Math/MathML">n 是一个偶数,输出 even,若 lns="http://www.w3.org/1998/Math/MathML">n 是一个奇数,输出 odd

Input

单个整数:表示 lns="http://www.w3.org/1998/Math/MathML">n


数据范围

  • lns="http://www.w3.org/1998/Math/MathML">1,000,000n1,000,000


Sample Input Copy

0

Sample Output Copy

even

Source/Category