摘要: #include<stdio.h>#include<stdlib.h>int main(){ int swap(int *m1,int *m2); int a,b; int *pointer_1,*pointer_2; scanf("%d,%d",&a,&b); pointer_1=&a;point 阅读全文
posted @ 2017-03-26 21:16 沉默的鸡 阅读(114) 评论(0) 推荐(0)