Run ID:105165
提交时间:2025-01-12 15:53:31
a,b,c,d=input().split() a,b,c,d=int(a),int(b),int(c),int(d) x=abs(a-c) y=abs(b-d) print(max(x,y))