#include <stdio.h> void f(int *p,int *q) { int t; t=*p;*p=*q;*q=t; }

我要回帖

 

随机推荐