A, B, C, D, S = map(int, input().split()) print("Yes" if A * C + B * D <= S else "No")