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("*")
;
}
}
}
++i爱林培燕

浙公网安备 33010602011771号