首页 > 平行四边形
头像 熠丶
发表于 2021-06-05 20:46:06
做法 根据平行四边形的判定条件:一组对边平行而相等 然后套用几何板子就能解决问题 代码 #include <bits/stdc++.h> using namespace std; const double eps=1e-8; const double PI=acos(-1.0); co 展开全文
头像 stOtue
发表于 2021-06-04 21:32:32
#include<bits/stdc++.h> using namespace std; //struct stu{ // double x; // double y; //}kk[5]; int T; double x[5],y[5]; double w(int i, in 展开全文
头像 cqbzhuangyifei
发表于 2021-06-05 12:03:11
简单计算一下k,一道水题,只是没有数学理论基础就十分难受本人开始20分钟就是如此 #include<bits/stdc++.h> using namespace std; int t; double k[5][5]; struct node{ int x,y; }a[5]; bo 展开全文

等你来战

查看全部