A=1309020564363155364990198847863210152708042104341971929 M=input() while M%2==0: M /= 2 if A%M==0: print "even" else: print "odd"