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