rps = gets.sprit("").map{|i| i.to_i} puts rps[0]==rps[1] ? "Yes" : "No"