a, b = map(int, input().split(" ")) sum = a + b if (max(a, b)) / sum >= 0.5: print("No") exit() print("Yes")