Run ID:144199

提交时间:2026-01-20 15:00:21

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