随笔分类 -  C++学习

摘要:#include <iostream> #include <algorithm> //必需 using namespace std; int main() { string str; cin >> str; int len = str.length(); transform(str.begin(), 阅读全文
posted @ 2022-09-11 16:22 PanDai 阅读(10) 评论(0) 推荐(0)