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