var str1 = readLine()!.sorted() var str2 = readLine()!.sorted() print(str1 == str2 ? "YES" : "NO")