N, M, X = map(int, input().split()) print("Yes" if N <= M + X else "No")