Run ID:144197
提交时间:2026-01-20 14:56:41
a,b,c,d=map(int,input().split()) x=abs(c-a) y=abs(b-d) chebyshev=max(x,y) print(chebshev)