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