Run ID:144256
提交时间:2026-01-20 20:44:02
a=int(input()) b=int(input()) c=int(input()) d=int(input()) print(max(abs(a-c),abs(b-d)))