g++ string-reverse.cpp -o a.out #include <iostream> #include <string> using namespace std; void swap(char *x, char *y) { char tmp = *x;
確定! 回上一頁