namespace a
{
class Program
static void Main(string[] args)
}
using System.Threading.Tasks;
namespace trapec
Console.WriteLine("[Введите символ, из которого будете рисовать трапецию]");
string c = Console.ReadLine();
Console.WriteLine(" " + c + " " + c + " " + c + " " + c + "");
Console.WriteLine(" " + c + " " + c + " " + c + " " + c + " " + c + " " + c + " ");
Console.WriteLine(" " + c + " " + c + " " + c + " " + c + " " + c + " " + c + " " + c + " " + c + " ");
Console.WriteLine("[Поздравляем, вы нарисовали самую идеальную трапецию во вселенной]");
namespace a
{
class Program
{
static void Main(string[] args)
{
}
}
}
using System.Threading.Tasks;
namespace trapec
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("[Введите символ, из которого будете рисовать трапецию]");
string c = Console.ReadLine();
Console.WriteLine(" " + c + " " + c + " " + c + " " + c + "");
Console.WriteLine(" " + c + " " + c + " " + c + " " + c + " " + c + " " + c + " ");
Console.WriteLine(" " + c + " " + c + " " + c + " " + c + " " + c + " " + c + " " + c + " " + c + " ");
Console.WriteLine("[Поздравляем, вы нарисовали самую идеальную трапецию во вселенной]");
}
}
}