num = int(input()) if num %2 == 1: print("odd") else: print("even")