标签:des style blog color io java strong 数据 div
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 81599 Accepted Submission(s):
33601
1 #include<cstdio> 2 #define PI 3.1415927 3 int main() 4 { 5 double r; 6 while(scanf("%lf",&r)==1) 7 { 8 printf("%.3lf\n",PI*r*r*r*4/3); 9 } 10 return 0; 11 }
标签:des style blog color io java strong 数据 div
原文地址:http://www.cnblogs.com/The-courage-that-year/p/3989268.html