金乌复苏
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
找出其中符合需求长度的回文字母的个数。
若是没有,输出“腾云驾雾,我尚且做不到”
Format
给出一个整数n,给出一串英文字符s。(注意n是需求长度不是字符串s的长度)
输出其中符合需求长度的回文字母的个数。
若是没有,输出“腾云驾雾,我尚且做不到”
Input
给出一个整数n,n为奇数,给出一串小写英文字符s。
Output
输出其中符合需求长度的回文字母的个数。
若是没有,输出“腾云驾雾,我尚且做不到”
Samples
3 aaa
1
Limitation
1s, 1024KiB for each test case.
字符串长度s,1≤s≤1.1×107。s为奇数。
第六届SWPU-ACM正式队员选拔赛
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 18
- Start at
- 2022-8-28 14:00
- End at
- 2022-8-28 19:00
- Duration
- 5 hour(s)
- Host
- Partic.
- 35