摘要:
#include//x的n次方 int mypow(int x, int n) { int i,c=1; for(i=1;i//求圆柱体体积 double V; void cylinder(double r,double height) { V=3.14*r*r*height; } int main() { double r,height; prin... 阅读全文
posted @ 2016-11-03 23:36
钟国晨160809323
阅读(229)
评论(3)
推荐(0)
浙公网安备 33010602011771号