有些不理解,还请您能再次给出解答,谢谢!

日期:2021-06-17 23:39:20 人气:1

有些不理解,还请您能再次给出解答,谢谢!

#include <iostream>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
void swap(char *a,char *b) {
*a^=*b; //交换两个数
*b^=*a;
    A+
热门评论