N,M,X = map(int,input().split()) print("YES" if N - M <= X else "NO")