static void Main(string[] args)
        {
            Phanso ob1 = new Phanso();

            ob1.nhap();
            ob1.show();
        }