#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,);} 查看完整描述