我是大聪明 • 7天前
using namespace std; int main( ) {
string a; getline(cin,a);"abc"; string b="12345"; a.insert(2,b); cout<<a;
}
评论:
请先登录,才能进行评论