#include <stdio.h>
#define PI 3.14159
int main()
{double r,h,s;scanf("%lf %lf",&r,&h);s=PI*2*r*h+2*PI*r*r;printf("%.2lf",s);return 0;
}
详细解决方案
【1305】 圆柱体表面积
热度:29 发布时间:2023-12-06 10:03:10.0
相关解决方案
- Leetcode 1305. 两棵二叉搜索树中的所有元素(DAY 7)
- 【1305】 圆柱体表面积
- 1305 Pairwise Sum and Divide
- Hust oj 1305 多边形(数学)
- MySQL中 1305-FUNCTION liangshanhero2.getdate does not exit 问题解决
- BZOJ 1305 [CQOI2009] dance跳舞
- Tyvj 1305 最大子序和
- 矩阵快速幂 + DP + KMP-GT考试-AcWing 1305
- Leetcode 1305. All Elements in Two Binary Search Trees(容易理解的方法)