1 条题解

  • 0
    @ 2025-12-13 15:03:53

    #include<bits/stdc++.h> using namespace std;

    int main(){ string s; cin >> s; cout << s << endl; }

    • 1

    信息

    ID
    144
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    (无)
    递交数
    1
    已通过
    1
    上传者