L1-2 回文字符串
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.
Description
输入一个只包含大小写字母的字符串S,你可以进行若干次操作:
选择字符串中任意一个字母修改成任意字母
请你使用尽可能少的操作次数,使得 S 变成一个回文串
回文串定义是正着读和反着读相同
多解时输出字典序(按ASCII码排序)最小的情况
Format
Input
一个只包含大小写字母的字符串S,
Output
输出你修改的字符串
Samples
abba
abba
Limitation
1s, 1024KiB for each test case.
2024年团体程序设计竞赛天梯赛校内选拔
- Status
- Done
- Rule
- IOI
- Problem
- 8
- Start at
- 2024-3-22 20:00
- End at
- 2024-3-22 22:00
- Duration
- 2 hour(s)
- Host
- Partic.
- 45