1 条题解

  • 0
    @ 2025-12-16 20:53:58

    #include #include using namespace std;

    int main() { string a, b; cin >> a >> b; cout << a << endl; cout << b << endl; return 0; }

    • 1

    信息

    ID
    14547
    时间
    1000ms
    内存
    256MiB
    难度
    9
    标签
    (无)
    递交数
    11
    已通过
    4
    上传者