失败

Jie Ding  •  5个月前


include

include

using namespace std;

int main () {

int x1, y1, x2, y2;
cin >> x1 >> y1 >> x2 >> y2;
int b = abs(x1 - x2) + abs(y1 - y2);
cout << b;
return 0;

}


评论:

请先登录,才能进行评论