摘要: 实验任务一 #include<iostream> #include<string> #include<vector> int main() { using namespace std; string s1; string s2{ "c plus plus" }; string s3{ s2 }; s 阅读全文
posted @ 2022-10-05 12:48 丁佳杰 阅读(35) 评论(0) 推荐(0)