forwhat00  
#include<iostream>
#include<cmath>
#include<cstdio>
#include<string>
#include<cstring>
#include<algorithm>
#define DEBUG if(  0  )
using namespace std;
char s1[200],s2[200];
int main(){
    gets(s1);
    gets(s2);
    string ss1=s1,ss2=s2;
    cout<<ss1+ss2<<endl;
    return 0;
}

http://lx.lanqiao.cn/problem.page?gpid=T590

就是如此粗暴简单

posted on 2020-07-10 12:34  forwhat00  阅读(169)  评论(0编辑  收藏  举报