8 条题解

  • 2
    @ 2022-2-19 11:04:15
    #include <stdio.h>
    #include <iostream>
    #include <string.h>
    const int N = 2e5 + 10;
    using namespace std;
    int main()
    {
        string a,b;
        while(cin >> a >> b)
            cout << a << b << endl;
    }
    

    信息

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