15 条题解

  • 0
    @ 2025-3-25 20:02:39

    #include<iostream> #include<string> using namespace std; int main() { string str; while (cin >> str) { cout << str << ' '; } //直接输入字符串,然后打印每一个字符串,且后面跟一个空格 return 0; }

    信息

    ID
    11
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    递交数
    2203
    已通过
    961
    上传者