intGiveNum = int(input()) intBorderLine = int(input()) if intGiveNum <= intBorderLine: print("YES") else: print("NO")