三味的小站

求两圆相交部分面积(C++)

已知两圆圆心坐标和半径,求相交部分面积: #include <iostream> using namespace std; #include<cmath> #include<stdio.h> #define PI 3.141593 struct point//点 { double x,y;

三味线 Published on 2018-04-18