信息
- ID
- 1163
- 时间
- 1000ms
- 内存
- 32MiB
- 难度
- 7
- 标签
- 递交数
- 913
- 已通过
- 232
- 上传者
#include <stdio.h>
#include <string.h>
#include <queue>
#include <math.h>
#include <vector>
#include <algorithm>
#include <iomanip>
#include <stack>
#include <cstring>
#include <bits/stdc++.h>
#include <algorithm>
using namespace std;
char a[110],b[110];
int main(){
while(cin >> a >> b){
cout << strcat(a,b) << endl;
}
return 0;
}