3 条题解

  • 1
    @ 2026-2-7 20:06:13
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout<<"  *  "<<endl;
    	cout<<" *** "<<endl;
    	cout<<"*****"<<endl;
    	cout<<" *** "<<endl;
    	cout<<"  *  "<<endl;
    	return 0;
    }
    
    • 1
      @ 2025-11-30 9:36:31
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
          cout<<"  *"<<endl<<" ***"<<endl<<"*****"<<endl<<" ***"<<endl<<"  *";
          return 0;
      }
      
      • -2
        @ 2025-11-23 14:46:35
        #include<bits/stdc++.h>
        using namespace std;
        int main(){
            cout<<"  *\n";
            cout<<" ***\n";
            cout<<"*****\n";
            cout<<" ***\n";
            cout<<"  *\n";
        	return 0;
        }
        
        
        • 1

        信息

        ID
        6882
        时间
        1000ms
        内存
        128MiB
        难度
        1
        标签
        递交数
        73
        已通过
        48
        上传者