1062 Text Reverse

http://acm.hdu.edu.cn/showproblem.php?pid=1062 思路: 最主要的是通過getline函數存取字符串。 如何讀取單個單詞,並且反向輸出? 用\n作爲單個單詞的判定。 擴展: getline函數的用法,詳解 int main() { string line; while(getline(cin,line)) cout<<line<<
相關文章
相關標籤/搜索