1 条题解

  • 0
    @ 2025-9-15 0:38:31
    #include<bits/stdc++.h>
    using namespace std;
    // const int N=1e6+10;
    
    signed main(){
        int _=1;
        // cin>>_;
        while (_--) {
            string s;
            int n;
            cin>>s>>n;
            while(n--) cout<<s;
        }
    }
    
    • 1

    信息

    ID
    64
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    递交数
    64
    已通过
    23
    上传者