A, B = map(int, input().split()) print("Yes" if A < abs(B) else "No")