摘要: #include <iostream> #include<string> #include<vector> int main() { using namespace std; string s1; string s2{ "c plus plus" }; string s3{ s2 }; string 阅读全文
posted @ 2022-09-30 00:00 淮左谪仙 阅读(17) 评论(0) 推荐(0)