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