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