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