| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 145918 | 冰块ee | 07切比雪夫距离 | C++ | Compile Error | 0 MS | 0 KB | 154 | 2026-01-25 19:35:34 |
#include<bits/stdc++.h> using namespace std; int a[5]; int main(){ cin>>a[1]>>a[2]>>a[3]>>a[4]; cout<<max(abs(a[1]-a[3]),,abs(a[2]-a[4])); }
Main.cc: In function 'int main()':
Main.cc:6:30: error: expected primary-expression before ',' token
cout<