题解 | #反斜线形图案#

反斜线形图案

http://www.nowcoder.com/practice/7b066963c4eb4d188becd18c37dfe22d

#include <stdio.h>

int main()
{
    int n;
    while(scanf("%d", &n) != -1)
    {
        for (int i = 0; i < n; i++)
        {
            for(int j = 0; j < i; j++)
            {
                printf(" ");
            }
            printf("*\n");
        }
    }
    return 0;
}
全部评论

相关推荐

fRank1e:吓得我不敢去外包了,但是目前也只有外包这一个实习,我还要继续去吗
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务