摘要:
#include #include const double pi=4.0*atan(1.0); int main () { float r,h,s1,s2; while(scanf("%f %f",&r,&h)!=EOF) {s1=2*pi*r*r; s2=2*pi*r*h; printf("Area=""%.3f",s1+s2);} retu... 阅读全文
posted @ 2018-09-26 22:11
Estwind
阅读(1476)
评论(0)
推荐(0)

浙公网安备 33010602011771号