x = 177635683940025046467781066894531 m = gets.chomp.to_i amari = x % m if amari%2 == 0 puts "even" else puts "odd" end