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