3737专题

POJ 3737 UmBasketella(三分)

题意:给出圆锥的表面积(包含底面)。求其最大体积,以及此时的底面半径及高 #include <cmath>#include <iostream>using namespace std;#define eps 0.00000005#define PI acos(-1.0) // PI用反三角函数比较准确int main(){double s;while ( scanf("%lf"