摘要: 不知道为什么这个程序输出不是我想要的结果,但是我的能力还不知道哪里出错了,希望能有人指导,谢谢 #include<stdio.h>#include<math.h>int main(){ float add(float x,float y); float a,b,c; printf("please e 阅读全文
posted @ 2017-03-28 09:56 Mark_D 阅读(135) 评论(0) 推荐(0)