f=lambda:map(int,input().split()) a,b=f() c,_=f() P,Q=f() x=P-b if x>0:a-=x;c+=x a+=(Q,c)[Q>c] print(a)