Run ID:144198

提交时间:2026-01-20 14:57:39

a=int(input()) b=int(input()) c=int(input()) d=int(input()) x=abs(c-a) y=abs(b-d) chebyshev=max(x,y) print(chebshev)