a, b, c = map(int, input().split()) print('Yes' if abs(a-b) < c < a+b else 'No')