标签:span efi tac stack ack scanf pre print iostream
http://acm.hdu.edu.cn/showproblem.php?pid=2002
#include<iostream> #include<stdio.h> #include<math.h> #include<queue> #include<stack> #include<algorithm> #define PI 3.1415927 using namespace std; int main() { double r; while(~scanf("%lf",&r)) { printf("%.3lf\n",4.0*PI*r*r*r/3); } return 0; }
标签:span efi tac stack ack scanf pre print iostream
原文地址:http://www.cnblogs.com/hhkobeww/p/7465124.html