摘要: 1.代码 #include <string> using namespace std; void teststr(string& str) { cout<<str<<endl; } void testint(int &a) { cout<<a<<endl; } int main() { string 阅读全文
posted @ 2020-04-15 13:48 今天的小马同学 阅读(2250) 评论(0) 推荐(0)