x=input() y=input() su=abs(x[0])+abs(x[1])+abs(y[0])+abs(y[1]) m=su/4 print(m)