题解 2773: 计算线段长度 摘要:解题思路:自行抄题解注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double xa,ya,xb,yb,a,…… 题解列表 2023年12月08日 0 点赞 0 评论 85 浏览 评分:2.0
2773: 计算线段长度 摘要:解题思路:注意事项:要按题目给的顺序写参考代码:#include<bits/stdc++.h>using namespace std;yaybint main(){ double xa, xb,…… 题解列表 2023年12月05日 0 点赞 0 评论 137 浏览 评分:9.9
题解 2773: 计算线段长度 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double xa,ya,xb,yb; cin…… 题解列表 2023年12月05日 0 点赞 0 评论 39 浏览 评分:0.0
2773: 计算线段长度 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double xa,ya,xb,yb,a,b; …… 题解列表 2023年12月02日 0 点赞 0 评论 93 浏览 评分:9.9
编写题解 2773: 计算线段长度(制作不易,求个好评) 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double xa,ya,xb,yb,a,b; …… 题解列表 2023年12月02日 0 点赞 0 评论 92 浏览 评分:9.9
2773: 计算线段长度 摘要:```cpp #include #include #include using namespace std; int main() { double xa, xb, ya, …… 题解列表 2023年11月22日 0 点赞 0 评论 127 浏览 评分:9.9
计算线段长度 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){double Xa,Xb,Ya,Yb;scanf("%lf %lf",&Xa,&Y…… 题解列表 2023年11月13日 0 点赞 4 评论 377 浏览 评分:9.9
2773: 计算线段长度 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<iomanip> #include<cmath> using namespace std; int mai…… 题解列表 2023年10月31日 0 点赞 0 评论 46 浏览 评分:0.0
题解 2773: 计算线段长度--C 摘要:解题思路:double注意事项:参考代码:#include<stdio.h>#include <math.h>int main(){ double x1, y1, x2, y2; doub…… 题解列表 2023年08月16日 0 点赞 0 评论 133 浏览 评分:0.0
计算线段长度(简单) 摘要:```c #include #include int main() { double a,b,c,d,x; scanf("%lf %lf %lf %lf",&a,&b,&c…… 题解列表 2023年07月22日 0 点赞 0 评论 203 浏览 评分:2.0