测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A67661. 想要得到字符串world,下面程序横线处应该填入的是()1 #include <iostream>

单选题

题目描述

想要得到字符串world,下面程序横线处应该填入的是()

1 #include <iostream>
2 #include <string> 
3 using namespace std; 
4
5 int main() { 
6  string str = "HelloC++"; 
7  _________________ 
8  _________________ 
9  return 0; 
10 }

选项(单选)