2773: 计算线段长度(制作不易,给个好评) 摘要:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double xa,ya,xb,yb; cin>>xa>>ya>>…… 题解列表 2023年04月22日 0 点赞 0 评论 641 浏览 评分:9.9
C++简单解法 摘要:解题思路:属于简单题目,用到数学的求距离的知识,同时需要掌握如何控制小数点后面的部分的位数注意事项:参考代码:#include<iostream>#include<iomanip&g…… 题解列表 2025年03月03日 0 点赞 0 评论 446 浏览 评分:10.0
刷题记录2025/11/26 2773:计算线段长度 摘要:解题思路:注意事项:注意绝对值,注意保留三位小数参考代码:#include<stdio.h>#include<math.h>int main(){ double Xa,Ya,X…… 题解列表 2025年11月26日 2 点赞 0 评论 272 浏览 评分:10.0