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