a,b,c,d,e=gets.split(" ").map{|e| e.to_i} b-=c ans=(b==0)?0:(d) 2.upto(b*a){|i| if i%10==0 then d=(d>=e)?d-e:(d) end ans+=d } puts ans