Run ID:144253
提交时间:2026-01-20 20:35:25
a = int(input()) b = int(input()) c = int(input()) d = int(input()) D1 =max( abs(a-c),abs(b-d)) print(D1)