Run ID:144277

提交时间:2026-01-20 21:50:30

a,b,c,d=map(int,input().split()) x=abs(a-c) y=abs(b-d) da=max(x,y) print(da)