私信TA
用户名:KW6
访问量:16148
签 名:
自由自律
自我简介:
作者: 玩儿哈 发表时间:2017-12-06 23:29:43 浏览:454 | 评论:0
解题思路:注意事项:参考代码:
#include <iostream>
#include <string>
#include <cstdio>
using namespace std;
int main()
{
string str1,str2;
cin>>str1>>str2;
cout<<str1+str2<<endl;
return 0;
}
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧