2020年10月3日

字符串的一些常用函数(长更)

摘要: ###reverse() 字符串翻转 #include <iostream> #include <string> #include <algorithm> using namespace std; int main() { string s= "hello"; reverse(s.begin(),s 阅读全文

posted @ 2020-10-03 15:30 aiyi0325 阅读(61) 评论(0) 推荐(0)

导航