Run ID:144280
提交时间:2026-01-20 22:02:52
a,b,c,d = map(int,input().split()) l = max(abs(a-c),abs(b-d)) print(l)