摘要: /*使用动态数组来做,输入的字符串依次存入数组中, 最后返回数组中最后一个元素(字符串)的长度*/ #include<iostream> #include<string> #include<vector> using namespace std; int main(){ string input; 阅读全文
posted @ 2022-03-07 15:48 Dsad123FFFG6645 阅读(93) 评论(0) 推荐(0)