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