连续出现的字符
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.
题目描述
给定一个字符串,在字符串中寻找第一个连续出现次数不低于 次的字符。
输入格式
行。第 行是 ;第 行是仅包含大小写字母的字符串。
输出格式
字符串中第一个连续出现次数不低于 k
次的字符。如果没有符合条件的字符,输出 No
。
3
abcccaaab
c
提示
,字符串长度不超过 。
初一从0开始学C++(字符串)
- Status
- Done
- Problem
- 7
- Open Since
- 2024-3-18 0:00
- Deadline
- 2024-6-30 23:59
- Extension
- 24 hour(s)