消消乐
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Background
消消乐(^_^)。
Description
给定一个字符串 ,你要对其进行如下操作:
- 找到一个长度 的最长的前缀,使得其左右翻转后恰好为 的后缀,删除该前缀和后缀。
你要输出 在删除完毕后的样子。
Input
一行一个字符串 。
Output
输出操作后的字符串。
Samples
aabbaa
样例解释1
前缀为 aab
,后缀为 baa
。
整个串 都被删除了。
aabbccbaa
bcc
样例解释2
前缀为 aab
,后缀为 baa
。
还剩下 bcc
。
aabbcccbbaa
c
样例解释3
前缀为 aabbc
,后缀为 cbbaa
。
还剩下 c
。
Limitation
- 对于 的数据,。
- 对于另外 的数据,保证 是回文串。
- 对于另外 的数据,保证 的每个字符随机从字符集中选择。
- 对于 的数据,, 中的每个字符都是小写字母。
[北辰杯 North-Star-Cup] 十二月月赛
- Status
- Done
- Rule
- Ledo
- Problem
- 6
- Start at
- 2023-12-22 18:00
- End at
- 2023-12-23 0:00
- Duration
- 6 hour(s)
- Host
- Partic.
- 96