Run ID:108566

提交时间:2025-01-20 20:32:08

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