代码如下:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static int length = 6; static string[] shortedPath = new string[length]; static int noPath = 2000; static int MaxSize = 1
1