| Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
| 144276 |
陈怡笑 |
07切比雪夫距离 |
C++ |
Compile Error |
0 MS |
0 KB |
80 |
2026-01-20 21:49:33 |
Tests(0/0):
Code:
a,b,c,d=map(int,input().split())
x=abs(a-c)
y=abs(b-d)
da=max(x,y)
print(da)
Run Info:
Main.cc:1:1: error: 'a' does not name a type
a,b,c,d=map(int,input().split())
^