Run ID:144262
提交时间:2026-01-20 21:22:43
a,b,c,d=map(int,input().split()) dx = abs(a - c) dy = abs(b - d) print(max(dx, dy))