n=177635683940025046467781066894531 a = gets.to_i if n%a%2==1 then print "odd" else print "even" end