#include "stdio.h"
main()
{
float r,c,s,pi=3.14159;
scanf("%f",&r);
c=2.0*r*pi;
s=r*r*pi;
printf("r=%f,c=%1.2f,s=%2.3f\n",r,c,s,);
}
三十二应遍尘刹
田心枫
相关分类