Run ID:144255

提交时间:2026-01-20 20:41:42

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