A,B,C,D,E=map(int,input().split()) print(A-B+C*max(D-E,0))