8 条题解

  • 1
    @ 2023-5-19 19:17:10
    #include <iostream>
    #include <bits/stdc++.h>
    using namespace std;
    const int N=1e2+10;
    const int INF=0x3f3f3f3f;
    int main()
    {
    	char a[N],b[N]; 
    	while(cin>>a>>b)
    	{
    		cout<<a<<b<<endl;
    	}
    }
    
    

    信息

    ID
    1163
    时间
    1000ms
    内存
    32MiB
    难度
    6
    标签
    递交数
    818
    已通过
    222
    上传者