单选题 难度 2
下标从 0 开始。
下面代码的输出是( )。 string s = "hello"; cout << s.size() << " " << s[1] << " " << s.substr(1, 3) << endl;