1 条题解

  • 0
    @ 2022-8-22 11:35:13
    #include<bits/stdc++.h>
    
    using namespace std;
    
    int main(){
    string s;
    getline(cin,s);
    cout<<s;
    return 0;
    }
    
    ```
    getline表示带有空格的输入。
    ```
    • 1

    鹦鹉学字符串-一次性读入一行字符

    信息

    ID
    111
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    递交数
    45
    已通过
    21
    上传者