码迷,mamicode.com
首页 >  
搜索关键字:poj3461    ( 31个结果
POJ3461 Oulipo[KMP]
Oulipo Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 36916 Accepted: 14904 Description The French author Georges Perec (1936–1982) once w ...
分类:其他好文   时间:2016-10-19 14:06:35    阅读次数:183
POJ3461 Oulipo
Oulipo Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 36441 Accepted: 14728 Description The French author Georges Perec (1936–1982) once w ...
分类:其他好文   时间:2016-09-11 20:28:57    阅读次数:208
poj3461 字符串匹配 熟悉kmp算法第一题
1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 using namespace std; 5 const int maxl=1000000+10; 6 const int maxw=10000+10; 7 char t[m ...
分类:编程语言   时间:2016-08-20 17:56:47    阅读次数:201
poj3461 Oulipo (kmp)
Oulipo Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 35732 Accepted: 14439 Description The French author Georges Perec (1936–1982) once w ...
分类:其他好文   时间:2016-08-10 21:08:27    阅读次数:127
C++之路进阶——poj3461(Oulipo)
Oulipo Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 35694 Accepted: 14424 Description The French author Georges Perec (1936–1982) once w ...
分类:编程语言   时间:2016-08-08 20:57:59    阅读次数:186
【poj3461】Oulipo
Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group ...
分类:其他好文   时间:2016-05-15 10:49:26    阅读次数:137
kmp——cogs 1570 乌力波
1570. [POJ3461]乌力波 ★☆ 输入文件:oulipo.in 输出文件:oulipo.out 简单对比 时间限制:1 s 内存限制:256 MB 【题目描述】 【题目描述】 法国作家乔治·佩雷克(Georges Perec,1936-1982)曾经写过一本书,《敏感字母》(La disp ...
分类:其他好文   时间:2016-05-15 09:25:27    阅读次数:275
【KMP模板】POJ3461-Oulipo
【题意】 找出第一个字符串在第二个字符串中出现次数。 【注意点】 一定要先将strlen存下来,而不能每次用每次求,否则会TLE! 1 #include<iostream> 2 #include<cstdio> 3 #include<algorithm> 4 #include<cstring> 5
分类:其他好文   时间:2016-03-07 18:58:45    阅读次数:131
【POJ3461】Olipo
Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group
分类:其他好文   时间:2016-02-18 17:37:54    阅读次数:164
poj3461 Oulipo
KMP模板题...
分类:其他好文   时间:2015-12-13 15:39:01    阅读次数:161
31条   上一页 1 2 3 4 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!