f = lambda:''.join(sorted(list(input()))) print('YES' if f()==f() else 'NO')