printf里面没写变量啊。printf("圆柱体的表面积s:%f\n",s);printf("圆柱体的体积v:%f\n",v);
你print的时候没传参数,光输出字符串
printf("圆柱体的表面积s:%f\n",s);printf("圆柱体的体积v:%f\n",v);