Odd or Even

Odd or Even

Background

This is the first problem in ZZOI.

You can try this easy problem which described in English.

Description

Give an integer n, print the parity of it.

Format

Input

An integer n, satisfying 0 <= n <= \( 10^5 \) in the mathematical sense.

Output

A 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
分类
(无)
标签
递交数
5
已通过
1
通过率
20%
上传者