Run ID:107851
提交时间:2025-01-18 15:07:03
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))