N = int(input()) a, b, c = map(int, input().split()) if a= c: print("Yes") else: print("No") else: right = N - b if c <= right: print("Yes") else: print("No")