8 条题解
-
1
#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; }
- 1
信息
- ID
- 1163
- 时间
- 1000ms
- 内存
- 32MiB
- 难度
- 6
- 标签
- 递交数
- 818
- 已通过
- 222
- 上传者