10 2016 档案

该文被密码保护。
posted @ 2016-10-11 18:43 weeping 阅读(15) 评论(0) 推荐(0) 编辑
摘要:地址:http://poj.org/problem?id=2778 题目: DNA Sequence Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 15453 Accepted: 5964 Description It's we 阅读全文
posted @ 2016-10-11 18:34 weeping 阅读(312) 评论(0) 推荐(0) 编辑
摘要:#include const int mod=1e9+7; struct MM { int r,c; int mx[105][105]; MM(int rr=0,int cc=0){r=rr,c=cc;} friend MM operator *(MM ta,MM tb) { MM tc(ta.r,tb.c); for(i... 阅读全文
posted @ 2016-10-09 19:52 weeping 阅读(196) 评论(0) 推荐(0) 编辑
摘要:题目地址:http://acm.split.hdu.edu.cn/showproblem.php?pid=3065 题目: 病毒侵袭持续中 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) 阅读全文
posted @ 2016-10-09 18:09 weeping 阅读(279) 评论(0) 推荐(0) 编辑
摘要:地址:http://acm.split.hdu.edu.cn/showproblem.php?pid=2222 题目: Keywords Search Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java 阅读全文
posted @ 2016-10-07 23:36 weeping 阅读(243) 评论(0) 推荐(0) 编辑
摘要:地址:http://acm.split.hdu.edu.cn/showproblem.php?pid=2896 题目: 病毒侵袭 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total 阅读全文
posted @ 2016-10-07 23:31 weeping 阅读(252) 评论(0) 推荐(0) 编辑
摘要:自己写的0.0 从网上扒的: 阅读全文
posted @ 2016-10-07 21:14 weeping 阅读(428) 评论(0) 推荐(0) 编辑
摘要:地址:http://acm.split.hdu.edu.cn/showproblem.php?pid=5536 题目: Chip Factory Time Limit: 18000/9000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/O 阅读全文
posted @ 2016-10-05 19:56 weeping 阅读(181) 评论(0) 推荐(0) 编辑
摘要:地址:http://acm.split.hdu.edu.cn/showproblem.php?pid=1251 题目: 统计难题 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131070/65535 K (Java/Others)Tota 阅读全文
posted @ 2016-10-05 16:13 weeping 阅读(200) 评论(0) 推荐(0) 编辑
摘要:地址:http://acm.split.hdu.edu.cn/showproblem.php?pid=1247 题目: Hat’s Words Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Other 阅读全文
posted @ 2016-10-05 15:37 weeping 阅读(169) 评论(0) 推荐(0) 编辑
摘要:指针版 01Trie 阅读全文
posted @ 2016-10-05 00:36 weeping 阅读(495) 评论(0) 推荐(0) 编辑
摘要:// Made by xiper // updata time : 2015 / 12 / 8 // test status: √ // 使用前调用初始化函数 init() 同时 root[0] = 0; struct Trie_Persistent { const static int LetterSize = 5; // 字符集大小 const static int Tr... 阅读全文
posted @ 2016-10-05 00:34 weeping 阅读(1031) 评论(0) 推荐(0) 编辑