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