摘要:
解题思路:DF1002. Phone Numbers源代码:using System;using System.Collections.Generic;using System.Linq;using System.Text; class Program { //存放字母表 private static Dictionary<char, int> m_WordsDic; //int是每个word在callnumber中匹配的index位置,每个index对应的point可能是多个 private static Dictiona... 阅读全文
posted @ 2012-11-29 22:44
suriyel
阅读(212)
评论(0)
推荐(0)

浙公网安备 33010602011771号