收起
mj = area(r,&zc); double area(double r,double *girth) { double mj = 3.1415926 * r * r; *girth = 2 * 3.1415926 * r; return mj; }
报告相同问题?