1 条题解

  • 0
    @ 2024-12-24 9:49:41

    C++ :

    #include<iostream>
    #include<string>
    using namespace std;
    int main()
    {
      string str;
      getline(cin,str);
      cout<<str<<endl;
      return 0;
    }
    
    • 1

    信息

    ID
    1010
    时间
    1000ms
    内存
    128MiB
    难度
    10
    标签
    递交数
    1
    已通过
    1
    上传者