Run ID:107850
提交时间:2025-01-18 15:06:34
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)