#include using namespace std; void swap(int *a,int *b) { int c; cout<<"swap函数中,交换前,a:"<<*a<<"b:"<<*b<