Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
144260 夏宇航 07切比雪夫距离 Python3 Wrong Answer 30 MS 3736 KB 92 2026-01-20 21:06:30

Tests(0/10):


Code:

a, b, c, d = int( input().split()) x = abs(a - c) y = abs(b - d) c= max(dx, dy) print(c)


Run Info:

------Input------
37 85 25 78
------Answer-----
12
------Your output-----