#include <stdio.h> #include <math.h> int main(){ int a,b,c,d; int sum; if (scanf("%d %d %d %d",&a,&b,&c,&d)!=EOF){ sum = abs(c-a)+abs(d-b); } printf("%d",sum); return 0; }
c语言编程练习题:7-189 西安距离
作者:yunjinqi
类别:编程
日期:2023-06-04 18:53:36
阅读:586 次
消耗积分:0 分
版权所有,转载本站文章请注明出处:云子量化, https://www.yunjinqi.top/article/313
最新文章
系统当前共有 404 篇文章