私信TA
用户名:uq_47599774882
访问量:10411
签 名:
自我简介:
在校大学生一枚
作者: 橘黄色日落 发表时间:2023-01-07 21:33:30 浏览:126 | 评论:0
解题思路:注意事项:参考代码:
#include<stdio.h>
#define PI 3.1415926536
int main()
{
double s1,s2,s3,r;
scanf("%lf",&r);
s1=PI*r*r;
s2=4*PI*r*r;
s3=(4*PI*r*r*r)/3;
printf("%.10lf\n%.10lf\n%.10lf",s1,s2,s3);
return 0;
}
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧