QvQ


私信TA

用户名:927937414

访问量:30535

签 名:

还是好好学习吧

等  级
排  名 79
经  验 9650
参赛次数 9
文章发表 44
年  龄 19
在职情况 学生
学  校
专  业 软件工程

  自我简介:

还没学算法的弱鸡

TA的其他文章

解题思路:用string 的性质就可以解决了

注意事项:

参考代码:

#include <iostream>
#include <string>
using namespace std;
int main(){
	string str1,str2;
	while(cin>>str1>>str2){
		cout<<str1+str2<<endl;
	}
	return 0;
}


 

0.0分

4 人评分

  评论区

  • «
  • »