pku poj 2405 时间:2012-08-24 10:46:56 【文件属性】: 文件名称:pku poj 2405 文件大小:206B 文件格式:CPP 更新时间:2012-08-24 10:46:56 pku poj 2405 #include #include using namespace std; int main() { double v,d; while(scanf("%lf%lf",&d,&v)==2 && d!=0.0 ) printf("%.3lf\n",pow((d*d*d-6*v/3.1415926536),1.0/3)); return 0; } 立即下载