#include <stdio.h> #include <math.h> int main () { float r,h,L,s1,s2,v1,v2,PI; #define PI π;
#include<stdio.h>#include<math.h>intmain(){floatr,h,L,s1,s2,v1,v2,PI;#definePIπ;scanf...
#include <stdio.h>
#include <math.h>
int main ()
{
float r,h,L,s1,s2,v1,v2,PI;
#define PI π;
scanf("%f,%f",&r,&h);
L=2*PI*r;
s1=PI*r*r;
s2=4*PI*r*r;
v1=4/3*PI*r*r*r;
v2=s1*h;
printf("周长=4.2%f\n,面积=4.2%f\n,球表面积=4.2%f\n,球体积=4.2%f\n=4.2%f\n",s1,s2,v1,v2);
return 0;
} 这究竟错在哪啊?或者少了点什么 展开
#include <math.h>
int main ()
{
float r,h,L,s1,s2,v1,v2,PI;
#define PI π;
scanf("%f,%f",&r,&h);
L=2*PI*r;
s1=PI*r*r;
s2=4*PI*r*r;
v1=4/3*PI*r*r*r;
v2=s1*h;
printf("周长=4.2%f\n,面积=4.2%f\n,球表面积=4.2%f\n,球体积=4.2%f\n=4.2%f\n",s1,s2,v1,v2);
return 0;
} 这究竟错在哪啊?或者少了点什么 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询