11 条题解

  • 0
    @ 2024-4-6 10:27:21
    #include<bits/stdc++.h>
        using namespace std;
      
        int main(){
            ios::sync_with_stdio(0);
            cin.tie(0);
            cout.tie(0); 
          string s;
    	while(cin>>s)
    	cout<<s<<" ";
        }
    

    信息

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