Run ID:144204

提交时间:2026-01-20 16:50:58

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