編寫一個程序,按照相反的單詞順序

例如:see you later 程序的顯示應爲:later you see   下面是本身寫的:ios #include<iostream> using namespace std; void reverse(char *s); void main() { char str[]={"yang hai lin is a good person"}; cout<<str<<endl; reve
相關文章
相關標籤/搜索