摘要: Philosopher’s Walk 时间限制: 1 Sec 内存限制: 128 MB提交: 89 解决: 45[提交] [状态] [讨论版] [命题人:admin] 题目描述 In Programming Land, there are several pathways called Philos 阅读全文
posted @ 2018-10-04 21:44 Kissheart_LMC 阅读(127) 评论(0) 推荐(0)
摘要: Game Map 题目描述 The ICPC-World is the most popular RPG game for ACM-ICPC contestants, whose objective is to conquer the world. A map of the game consist 阅读全文
posted @ 2018-10-04 20:29 Kissheart_LMC 阅读(136) 评论(0) 推荐(0)
摘要: 统计难题 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131070/65535 K (Java/Others)Total Submission(s): 58426 Accepted Submission(s): 20375 Problem 阅读全文
posted @ 2018-10-04 18:59 Kissheart_LMC 阅读(114) 评论(0) 推荐(0)
摘要: Trie树(字典树) 一、引入 字典是干啥的?查找字的。 字典树自然也是起查找作用的。查找的是啥?单词。 看以下几个题: 1、给出n个单词和m个询问,每次询问一个单词,回答这个单词是否在单词表中出现过。 答:简单!map,短小精悍。 好。下一个 2、给出n个单词和m个询问,每次询问一个前缀,回答询问 阅读全文
posted @ 2018-10-04 11:29 Kissheart_LMC 阅读(180) 评论(0) 推荐(0)