摘要: 代码例子: #include <iostream> #include <cstring> #include <string> using namespace std; int main() { string s1("LaoWang"); string s2 = "Liu"; // 如果感兴趣,可以在 阅读全文
posted @ 2022-04-12 23:29 Teddyonthebench 阅读(42) 评论(0) 推荐(0)