1 条题解

  • 0
    @ 2026-9-8 19:47:25
    #include<bits/stdc++.h> 
    using namespace std; 
    int main(){ 
        cout<<"      *"<<endl<<"      **"<<endl<<"*     ***"<<endl<<"**    ****"<<endl;
        cout<<"**************"<<endl;
        cout<<"**    ****"<<endl<<"*     ***"<<endl<<"      **"<<endl<<"      *";
        return 0; 
    }
    
    • 1

    信息

    ID
    7389
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    104
    已通过
    46
    上传者