char* rev(char* str) · { · if(!str || strlen(str) < 2) · return str; · int end = strlen(str)-1; · int start = 0;.
確定! 回上一頁