A=((5**47)-1)/4 M=input() if A%M%2==0: print "even" else: print "odd"