public static void Main()
Console.WriteLine("enter the places");
int p = int.Parse(Console.ReadLine());
Console.WriteLine("enter the whight");
int w = int.Parse(Console.ReadLine());
Console.WriteLine("enter the hight");
int h = int.Parse(Console.ReadLine());
Console.WriteLine("can to enter");
Console.WriteLine("can't enter");
Console.WriteLine("num cars didn't enter: "+t);