5 条题解

  • 1
    @ 2026-8-2 20:14:39
    #include<iostream>
    using namespace std;
    
    int main(){
    	cout << "      *" << endl;
    	cout << "    *   *" << endl;
    	cout << "  *       *" << endl;
    	cout << "*           *" << endl;
    	cout << "  *       *" << endl;
    	cout << "    *   *" << endl;
    	cout << "      *" << endl;
    	
    	return 0;
    }
    

    信息

    ID
    18203
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    (无)
    递交数
    815
    已通过
    296
    上传者