a,b,n,m=map(int,input().split()) d=a k=b if a==b: print(a) if a>b: d -= b+1 c=d//n print(b+c) if a