Commit 07b0059d by BellCodeEditor

auto save

parent d6434766
Showing with 20 additions and 0 deletions
我是臭蛋!
\ No newline at end of file
#include<iostream>
#include<iostream>
using namespace std;
int main()
{
int i,j,k,n,q,w,e,r;
cin>>n>>r;
for(i=1;i<=n;i++)
{
for(j=1;j<=i;j++)
cout<<" ";
for(k=1;k<=2*(n-i)+1;k++)
cout<<"#";
cout<<endl;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment