Online Judge
Toggle navigation
C++题库系统 OJ
首页
问题列表
状态
排行榜
登录
首页
状态
144280
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)