3 条题解

  • 1
    @ 2023-8-7 20:21:26
    #include<bits/stdc++.h>
    #include<cstring>
    #include<queue>
    #include<set>
    #include<stack>
    #include<vector>
    #include<map>
    #define ll long long
    using namespace std;
    const int N=1e5+10;
    const int M=2023;
    const int inf=0x3f3f3f3f;
    char c;
    int main()
    {
    	cin>>c;printf("%3c\n%2c%c%c\n%c%c%c%c%c",c,c,c,c,c,c,c,c,c);return 0;
    }
    
    

    信息

    ID
    848
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    递交数
    173
    已通过
    74
    上传者