标签:题目 color 内存 范围 lan height bsp center 时间
1 #include<stdio.h> 2 #define pi 3.1415926536 3 int main(){ 4 double r; 5 scanf("%lf",&r); 6 printf("%.10f\t",pi*r*r); 7 printf("%.10f\t",4*pi*r*r); 8 printf("%.10f",4*pi*r*r*r/3); 9 }
标签:题目 color 内存 范围 lan height bsp center 时间
原文地址:http://www.cnblogs.com/panweiwei/p/6352114.html