给出以下程序的输出结果。
#include <iostream>
#include <string>

using namespace std;

int main()  
{
    string str;
    int i;
    str = str.append("abcdefghigk");  
    i = str.size();
    cout << i << endl;
}

未知 题库 2024-12-07 1294
相关推荐

评论列表
友情链接
关闭

用微信“扫一扫”