W = list(map(int, input.split())) if W[0]*W[1] + W[2]*W[3] <= W[4]: print("Yes") else: print("No")