| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
一直WA,求测试数据#include <math.h>
#include <stdio.h>
int main()
{
double D,d,V;
while(1)
{
scanf("%lf%lf",&D,&V);
if(D==V) break;
d=pow(D*D*D-6*V/acos(-1.0),1/3);
printf("%.3lf\n",d);
}
return 0;
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator