sasay

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication12
{
class Program
{
static void Main(string[] args)
{

for (int x = 0; x < 9; x++)

for (int y = -5; y < x-5; y++)

Console.Write("*")
;
}
}
}

posted @ 2022-06-05 00:14  ooi  阅读(128)  评论(0)    收藏  举报