摘要: 题目链接: #include <iostream> using namespace std; string get(string s) { string res; for (auto c : s) res += tolower(c); return res; } int main() { strin 阅读全文
posted @ 2023-11-21 00:16 胖柚の工作室 阅读(20) 评论(0) 推荐(0)