题解 | #正斜线形图案#

正斜线形图案

https://www.nowcoder.com/practice/61ef68d129534dfbb04b232e1244e447

public class Program {
    public static void Main() {
        string inPut;
        while ((inPut = System.Console.ReadLine()) != null) {
            int inPutNum = int.Parse(inPut);

            for (int i = 1; i <= inPutNum; i++) {

                //打印空格
                for (int space = inPutNum - i; space > 0; space--)
                    System.Console.Write(" ");

                //打印*号
                System.Console.WriteLine("*");
            }
        }
    }
}

全部评论

相关推荐

07-07 12:25
门头沟学院 Java
程序员牛肉:你这个智邮公司做的就是那个乐山市税务系统的服务吗?
点赞 评论 收藏
分享
牛客83700679...:简历抄别人的,然后再投,有反馈就是简历不行,没反馈就是学历不行,多投多改只要技术不差机会总会有的
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
07-25 17:13
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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