#include#define pi 3.14main(){double r,h,c1,cs,cvz;scanf("%lf",&r);c1=pi*r;cs=pi*r*r;cvz=cs*h;printf("c1=%.2f,cs=%.2f,cvz=%.2f\n",c1,cs,cvz);}