A = 2618041128726310729980397695726420305416084208683943858026180411287263107299803976957264203054160842086839438580 M = int(input()) if A % M == 0: print("even") else: print("odd")