A=int(input()) B=int(input()) if A<=B: print("Yes") else: print("No")