2022年2月21日

c++中string a;和string b();的区别

摘要: c++中string a;和string b();的区别 #include <iostream> #include <string> using namespace std; int now(){ return 1; } int main(){ string a; string b(); strin 阅读全文

posted @ 2022-02-21 11:34 coderabcd 阅读(800) 评论(0) 推荐(0)

导航