s = gets.chomp h = Hash.new(0) s.each_char { |e| h[e] += 1 } puts %w[y u k i c o d e r].find { |e| h[e] == 0 }