C++ Primer第五版第十六章編程練習(string類、STL、算法)

//palindrome.cpp #include<iostream> #include<string> #include<algorithm> using namespace std; bool revs(string &s); int main() { string temp; cout << "Enter a scentence or words (quit to exit) :
相關文章
相關標籤/搜索