a=int(input())if a%2==0: print("even")elif a%2==1: print("odd")
1
odd
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!