1 #include <iostream>. 2 #include <cstring>. 3. 4 using namespace std;. 5. 6 void print_str(char* str) {. 7 for(int i=0; i<strlen(str); i++) {.
確定! 回上一頁