import sys mod = 998244353 mod2 = 10**9+7 N, M, K = map(int, input().split()) print("Yes" if N >= M + K else "No")