Exemple #1
0
        static void Main(string[] args)
        {
            // input
            program b = new program();
            b.input();

            Console.ReadKey();
        }
Exemple #2
0
        static void Main(string[] args)
        {
            // input
            program b = new program();

            b.input();


            Console.ReadKey();
        }
Exemple #3
0
        static void Main(string[] args)
        {
            // input
            program x = new program();
            x.input();

            // process

            // output

            Console.ReadKey();
        }
Exemple #4
0
        static void Main(string[] args)
        {
            // input
            program x = new program();

            x.input();

            // process


            // output

            Console.ReadKey();
        }
Exemple #5
0
 static void Main(string[] args)
 {
     program a = new program();
     a.input();
 }
Exemple #6
0
        static void Main(string[] args)
        {
            program a = new program();

            a.input();
        }