gets.to_i.times { a = gets.to_i puts a == 0 ? "Y" : "N" }