x,y = input().split() if x == y: print("yes") else: print("no")