4 条题解

  • 0
    @ 2026-1-15 22:15:46
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	char s;
    	cin >> s;
    	cout << "  " << s <<endl;
    	cout << " " << s << s << s << endl;
    	cout << s << s << s << s << s ;
        return 0; 
    }
    

    信息

    ID
    6808
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    168
    已通过
    63
    上传者