求两圆相交的面积
摘要:
//求两圆相交的面积#include#include#include#include#include#include#define esp 1e-8using namespace std;struct Circle{ double x,y; double r;};double calAr... 阅读全文
posted @ 2014-08-23 17:33 后端bug开发工程师 阅读(4411) 评论(0) 推荐(0) 编辑