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