摘要: 下面有两段程序 code 1 1 # include <iostream> 2 # include <string> 3 4 int main(){ 5 std::string a; 6 a = "cxfgds"; 7 std::cout << a.size(); 8 return 0; 9 } c 阅读全文
posted @ 2024-07-26 19:57 路人呃呃 阅读(8) 评论(0) 推荐(0)