m = input() print "odd" if (5 % m) % 2 else "even"