| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 144199 | 桂依然 | 07切比雪夫距离 | Python3 | Wrong Answer | 31 MS | 3756 KB | 93 | 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)))
------Input------
37 85 25 78
------Answer-----
12
------Your output-----