示例#1
0
        static void Main(string[] args)
        {
            Problems.Problem1 prob = new Problems.Problem1();

            Console.WriteLine(prob.Answer());
        }