提交时间:2024-05-04 20:42:57
运行 ID: 93891
#include<bits/stdc++.h> using namespace std; int main(){ cout << " *" << endl; cout << " ***" << endl; cout << "*****" << endl; }