A,B,C,D=map(int,input().split()) m=2 if abs(A-C)+abs(B-D)<4 or A==C or B==D:m=1 print(m)