#B2037. Odd or Even

    ID: 11119 Type: Default 1000ms 256MiB

Odd or Even

Odd or Even

Given an integer \( n \), determine if it is odd or even. If \( n \) is odd, output odd; if it is even, output even.

inputFormat

The input consists of a single integer \( n \).

outputFormat

If \( n \) is odd, output odd; otherwise, output even.

sample

1
odd