汪磊


私信TA

用户名:haikuotiankong

访问量:41749

签 名:

等  级
排  名 193
经  验 6629
参赛次数 2
文章发表 53
年  龄 0
在职情况 学生
学  校 河南农业大学
专  业

  自我简介:

#include<iostream>
using namespace std;
int main(){
    int n,m,b;
    cin>>n>>m;
    b=n;
    for(int j=0;j<n;j++){
        for(int i=0;i<n+m-j-1;i++){
            cout<<" ";
        }
        for(int i=0;i<2*n;i++){
            cout<<"*";
            if(i==2*j){
                for(int e=0;e<m;e++){
                    cout<<" ";
                }
            }
        }
        cout<<endl;
    }
    return 0;
}


 

0.0分

0 人评分

  评论区

  • «
  • »