填空题

执行下列代码
string str("HelloC++");
string newstr=str.substr(5,3);
后, newstr的内容为______。

【参考答案】

C++