摘要: 我是一一举例的#includeusing namespace std;void swap(float *a,float *b,float *c,float *d,int x){ float n,m,p,q; n=*a;m=*b;p=*c;q=*d; switch(x) { case 1:{*a=n;... 阅读全文
posted @ 2015-09-13 21:28 李波labour 阅读(195) 评论(1) 推荐(0)