题解 | #字符金字塔#

字符金字塔

http://www.nowcoder.com/practice/0fae60c3b5c64699b7c0f031c2187dde

#include <iostream>
using namespace std;
int main()
{
    char c;
    cin >> c;
    int space = 4;
    int n=5;
    for(int i = 1;i <= n;i++){
        for(int j = 0;j < space;j++)
            cout<<" ";
        int count = i+i-1;
        bool flag = true;
        for(int k=0;k<count;k++){
            if(flag){
                cout<<c;
                if(k==count-1)
                    cout<<" ";
            }else
                cout<<" ";
            flag = !flag;
        }
        cout<<endl;
        space--;
    }
    return 0;
}

全部评论

相关推荐

Pandaileee:校友加油我现在也只有一个保底太难了
点赞 评论 收藏
分享
拒绝无效加班的小师弟很中意你:求职意向没有,年龄、课程冗余信息可以删掉,需要提升项目经历。排版需要修改。
点赞 评论 收藏
分享
挣K存W养DOG:他真的很中意你,为什么不回他
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务