📝 有一个 `std::string s = "HelloCCF";`,执行 `s.replace(3, 2, "XX");` 后,`s` 的内容是( )。
📂 C++
· ⚡ 难度 1
· ❓ 单选题
· 📖 三级模拟
有一个 `std::string s = "HelloCCF";`,执行 `s.replace(3, 2, "XX");` 后,`s` 的内容是( )。
有一个 `std::string s = "HelloCCF";`,执行 `s.replace(3, 2, "XX");` 后,`s` 的内容是( )。