摘要:
BZOJ_1511_[POI2006]OKR-Periods of Words_KMP Description 一个串是有限个小写字符的序列,特别的,一个空序列也可以是一个串. 一个串P是串A的前缀, 当且仅当存在串B, 使得 A = PB. 如果 P A 并且 P 不是一个空串,那么我们说 P 是 阅读全文
posted @ 2018-06-06 22:27
fcwww
阅读(212)
评论(0)
推荐(0)
摘要:
BZOJ_3479_[Usaco2014 Mar]Watering the Fields_Prim Description Due to a lack of rain, Farmer John wants to build an irrigation system to send water bet 阅读全文
posted @ 2018-06-06 22:24
fcwww
阅读(154)
评论(0)
推荐(0)
摘要:
BZOJ_3448_[Usaco2014 Feb]Auto-complete_Trie Description Bessie the cow has a new cell phone and enjoys sending text messages, although she keeps makin 阅读全文
posted @ 2018-06-06 22:20
fcwww
阅读(246)
评论(0)
推荐(0)
摘要:
BZOJ_1067_[SCOI2007]降雨量_ST表 Description 我们常常会说这样的话:“X年是自Y年以来降雨量最多的”。它的含义是X年的降雨量不超过Y年,且对于任意 Y<Z<X,Z年的降雨量严格小于X年。例如2002,2003,2004和2005年的降雨量分别为4920,5901,2 阅读全文
posted @ 2018-06-06 22:09
fcwww
阅读(203)
评论(0)
推荐(1)