文章分类 -  C#

摘要:using System;using System.Collections.Generic;using System.Text;namespace ShortedPath{ class Program { static int length=6; static string[] shortedPath=new string[length]; static int noPath=2000; stat... 阅读全文
posted @ 2010-09-26 15:33 zkcharge 阅读(1466) 评论(0) 推荐(0)