Run ID:144200

提交时间:2026-01-20 15:01:58

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