题意:
求图示区域的面积。
思路:
容易推出被积函数为 f(x)=b_sqrt(1-(x_x/a/a));
/* *********************************************** Author :111qqz Created Time :2017年10月09日 星期一 21时09分36秒 File Name :1724.cpp ************************************************ */
1#include <cstdio> 2#include …
阅读更多