includemain(){ int r,h; float pi,s; pi=3.14159;scanf("%d,%d",&r,&h);s=2.0*pi*r*r+2.0*pi*r*h;printf("%.3f",s);}