import Data.List main=do a<-getLine>>=return.sort b<-getLine>>=return.sort putStrLn$if(a==b)then"YES"else"NO"