博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HDU2001
阅读量:5256 次
发布时间:2019-06-14

本文共 472 字,大约阅读时间需要 1 分钟。

#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;int main(){ double a, b, x, y; while(scanf("%lf %lf %lf %lf",&a,&b,&x,&y)!=EOF) { double x1 ,x2; x1 = fabs(x - a); x2 = fabs(y - b); double ans; ans = sqrt(x1*x1 + x2*x2); printf("%.2lf\n",ans); }}

  

转载于:https://www.cnblogs.com/Changod/p/8169212.html

你可能感兴趣的文章
Java多线程系列——原子类的实现(CAS算法)
查看>>
在Ubuntu下配置Apache多域名服务器
查看>>
多线程《三》进程与线程的区别
查看>>
linux sed命令
查看>>
html标签的嵌套规则
查看>>
[Source] Machine Learning Gathering/Surveys
查看>>
HTML <select> 标签
查看>>
类加载机制
查看>>
tju 1782. The jackpot
查看>>
湖南多校对抗赛(2015.03.28) H SG Value
查看>>
hdu1255扫描线计算覆盖两次面积
查看>>
hdu1565 用搜索代替枚举找可能状态或者轮廓线解(较优),参考poj2411
查看>>
bzoj3224 splay板子
查看>>
程序存储问题
查看>>
Mac版OBS设置详解
查看>>
优雅地书写回调——Promise
查看>>
android主流开源库
查看>>
AX 2009 Grid控件下多选行
查看>>
PHP的配置
查看>>
Struts框架----进度1
查看>>