11 条题解

  • 0
    @ 2024-7-8 3:28:06
    #include <iostream>
    #include<stdio.h>
    #include <vector>
    #include <string>
    using namespace std;
    
    
    int main() {
    	string str;
    	while (cin >> str)
    		cout << str << ' ';
    	
    	return 0;
    }
    

    信息

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