码迷,mamicode.com
首页 >  
搜索关键字:planet    ( 181个结果
[AC自动机]HDOJ3695 Computer Virus on Planet Pandora
题意:给t、n,t个案例,n个字符串 下面给n+1个字符串,n个互不相同的小串,最后一个是模式串 模式串会出现[qx]的形式,q为数字,x为一个字母问n个小串在模式串中出现的个数,正着出现、反着出现都算。蛮裸的ac自动机,本来想着在query里面把找到过的end清零,把模式串展开正着反着找两遍,.....
分类:Web程序   时间:2014-11-25 00:03:45    阅读次数:267
POJ 3009-Curling 2.0(DFS)
Curling 2.0 Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 12158   Accepted: 5125 Description On Planet MM-21, after their Olympic games this year, curling ...
分类:Web程序   时间:2014-11-19 14:14:52    阅读次数:336
poj 3009
Curling 2.0Time Limit:1000MSMemory Limit:65536KTotal Submissions:12129Accepted:5113DescriptionOn Planet MM-21, after their Olympic games this year, cu...
分类:其他好文   时间:2014-11-16 10:33:12    阅读次数:160
hdu 3695 Computer Virus on Planet Pandora(AC自动机)
题目连接:hdu 3695 Computer Virus on Planet Pandora 题目大意:给定一些病毒串,要求判断说给定串中包含几个病毒串,包括反转。 解题思路:将给定的字符串展开,然后匹配一次后反转后再匹配一次。 #include #include #include #include #include #include using namespace s...
分类:Web程序   时间:2014-11-13 00:36:32    阅读次数:215
UVALive 5103 Computer Virus on Planet Pandora Description 求模式串出现的种数 AC自动机
题目链接:点击打开链接 题意: case数 n个模式串 一个母串。 问:n个模式串出现的种数(一个模式串多次出现只算一次) 对于 "ABC" , 若母串出现了"CBA"这样的反串,也算出现了。 所以: 1 ABC CBA  ans = 1 #include #include #include #include #include using namespace st...
分类:Web程序   时间:2014-11-11 00:53:31    阅读次数:306
hdu 3695 10 福州 现场 F - Computer Virus on Planet Pandora 暴力 ac自动机
F -Computer Virus on Planet PandoraTime Limit:2000MSMemory Limit:128000KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 3695Appoint description:...
分类:Web程序   时间:2014-11-10 21:27:54    阅读次数:270
POJ3009 Curling 2.0
Curling 2.0 Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 12074   Accepted: 5088 Description On Planet MM-21, after their Olympic games this year, curlin...
分类:Web程序   时间:2014-11-05 19:42:15    阅读次数:198
POJ3009——Curling 2.0(DFS)
Curling 2.0DescriptionOn Planet MM-21, after their Olympic games this year, curling is getting popular. But the rules are somewhat different from ours...
分类:Web程序   时间:2014-10-30 20:47:35    阅读次数:355
Google Code Jam在线测试题目--Alien Language
Problem After years of study, scientists at Google Labs have discovered an alien language transmitted from a faraway planet. The alien language is very unique in that every word consists of exactly L...
分类:其他好文   时间:2014-10-17 01:17:53    阅读次数:392
poj 3009 Curling 2.0 (dfs )
Curling 2.0 Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 11879   Accepted: 5028 Description On Planet MM-21, after their Olympic games this year, curlin...
分类:其他好文   时间:2014-10-05 19:24:58    阅读次数:206
181条   上一页 1 ... 14 15 16 17 18 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!