摘要: Problem Description 吉哥又想出了一个新的完美队形游戏! 假设有n个人按顺序站在他的面前,他们的身高分别是h[1], h[2] ... h[n],吉哥希望从中挑出一些人,让这些人形成一个新的队形,新的队形若满足以下三点要求,则就是新的完美队形: 1、挑出的人保持原队形的相对顺序不变 阅读全文
posted @ 2019-03-26 15:45 WAKBGAN 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Problem Description One day, sailormoon girls are so delighted that they intend to research about palindromic strings. Operation contains two steps:Fi 阅读全文
posted @ 2019-03-26 14:55 WAKBGAN 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Problem Description For each prefix with length P of a given string S,if S[i]=S[i+P] for i in [0..SIZE(S)-p-1], then the prefix is a “period” of S. We 阅读全文
posted @ 2019-03-26 13:30 WAKBGAN 阅读(146) 评论(0) 推荐(0) 编辑