私信TA
用户名:lymboy
访问量:18947
签 名:
自我简介:
作者: lymboy 发表时间:2017-07-21 20:57:44 浏览:607 | 评论:0
#include <iostream> #include <string> using namespace std; int main(void) { string str1, str2; cin >> str1 >> str2; cout << str1 + str2 << endl; return 0; }
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧