a, b, c, d, s = list(map(int, input().split())) print("Yes" if a * c + b * d <= s else "No")