Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
144280 潘佳慧 07切比雪夫距离 Python3 Accepted 31 MS 3756 KB 74 2026-01-20 22:02:52

Tests(10/10):


Code:

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