以下是两个功能完全相同的函数声明。void swap(int *p1,int *p2) ;void swap(int *p2,int *p1) ;

时间:2022-11-17 01:06:47

相似题目