a,b = map(int,input().split()) b = abs(b) if a < b: print("Yes") else: print("No")