m = int(input()) if m % 2 == 0: print("odd") else: print("even")