a,b,x,N=map(int,input().split()) ANS=N//4*2 if N%4==3: ANS+=1 print(ANS)