d=input() a=input() if sorted(d)==sorted(a): print("Yes") else: print("No")