T=int(input()) X,A=map(int,input().split()) Y,B=map(int,input().split()) q,p=divmod(T,A) print(p+q*X)