题解 1172: 计算两点间的距离

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

计算两点间的距离

摘要:解题思路:用 sqrt pow 即可注意事项:输出小数点后两位参考代码:#include<iostream>#include<math.h>using namespace std;#include<s……