a = map(int, input().split()) *c, t = map(int, input().split()) print('Yes' if sum(ai * ci for ai, ci in zip(a, c)) <= t else 'No')