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
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
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
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
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
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
1570. [POJ3461]乌力波 ★☆ 输入文件:oulipo.in 输出文件:oulipo.out 简单对比 时间限制:1 s 内存限制:256 MB 【题目描述】 【题目描述】 法国作家乔治·佩雷克(Georges Perec,1936-1982)曾经写过一本书,《敏感字母》(La disp ...
分类:
其他好文 时间:
2016-05-15 09:25:27
阅读次数:
275
【题意】 找出第一个字符串在第二个字符串中出现次数。 【注意点】 一定要先将strlen存下来,而不能每次用每次求,否则会TLE! 1 #include<iostream> 2 #include<cstdio> 3 #include<algorithm> 4 #include<cstring> 5
分类:
其他好文 时间:
2016-03-07 18:58:45
阅读次数:
131
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