A = gets.chomp B = gets.chomp if A.chars.sort == B.chars.sort puts "YES" else puts"NO" end