A,B,C,D,E=map(int,input().split()) R=A-B if D>E: R+=C*(D-E) print(R)