回文编辑
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.
题目描述
给定一个长度不超过 n 的字符串 s,如果 s 中的一个子序列是回文,那么我们就可以从 s 中移除这个子序列,求最少经过多少步我们可以移除整个字符串 s。如:我们可以从"dqewfretd"中移除 "defed",剩下的字符串即:"qwrt"。
输入格式
第1行包含1个整数 。
第2行包含n个字符的字符串 。
输出格式
输出一个整数,表示最小步数。
样例输入 #1
9
dqewfretd
样例输出 #1
5
样例输入 #2
6
abctab
样例输出 #2
2
提高班国庆测试Day03-第二场
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 3
- Start at
- 2023-10-4 15:30
- End at
- 2023-10-4 16:24
- Duration
- 0.9 hour(s)
- Host
- Partic.
- 10