Ultimate Weapon
Time Limit: 2000MS
Memory Limit: 131072K
Total Submissions: 2007
Accepted: 958
Description
In year 2008 of the Cosmic Calendar, the Aliens send a hu...
分类:
其他好文 时间:
2014-05-09 06:28:01
阅读次数:
411
导航背景——配置过程——错误(Error)——参考资料背景最近,折腾了一阵子邮箱客户端,包括:Foxmail、thuderbird、outlook;最后,考虑到outlook对文本的强大的支持能力和meeting功能,决定启用微软的outlook,不过在安装过程出现了一些插曲,尤其是添加qq邮箱账户...
分类:
其他好文 时间:
2014-05-07 10:33:19
阅读次数:
515
字符串hash模板,
本题是求,给定字符串s中至少出现m次的最长字符串长度,及此时起始位置的最大值
LA 4513 Stammering Aliens
//#pragma warning (disable: 4786)
//#pragma comment (linker, "/STACK:16777216")
//HEAD
#include
#include
#include
#inc...
分类:
其他好文 时间:
2014-05-04 09:52:37
阅读次数:
304
题目来源:POJ 3882 Stammering Aliens
题意:给你m一个一个字符串 求至少出现m次的最长字符串 可以在字符串中重叠出现
思路:二分长度l 然后从height数组中找长度大于等于l的前缀
#include
#include
#include
using namespace std;
const int maxn = 40010;
char s[maxn];
in...
分类:
其他好文 时间:
2014-05-01 17:36:34
阅读次数:
334
KEEP GOING表达产品想法, 探讨产品问题, 倾听可能性问题。一次就做好, 有成果展示,
主动展示先确立图, 后确立代码。Hold dream, and never let it go (FOCUS ON MEETING, and think
product)MORE motivation t...
分类:
其他好文 时间:
2014-04-29 14:48:43
阅读次数:
386