酱酱


私信TA

用户名:H2130823055

访问量:6994

签 名:

我が名はめぐみん、爆裂魔法を操りし者

等  级
排  名 49
经  验 12022
参赛次数 5
文章发表 80
年  龄 0
在职情况 学生
学  校 贺州学院
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

#include<bits/stdc++.h>
using namespace std;
int main()
{
	int n,m;
	cin>>n>>m;
	for(int i=1;i<=n;i++)
	{
		for(int j=0;j<m;j++)
		{
			cout<<' ';
		}
		for(int j=0;j<n-i;j++)
		{
			cout<<' ';
		}
		for(int j=0;j<i+i-1;j++)
		{
			cout<<'*';
		}
		for(int j=0;j<m;j++)
		{
			cout<<' ';
		}
		for(int j=0;j<=(n-i)*2;j++)
		{
			cout<<'*';
		}
		cout<<endl;
	}
	return 0;
}


 

0.0分

0 人评分

  评论区

  • «
  • »