← 返回 capitalone 的题目列表Find Case-Insensitive Triplet
类型:online_judge
Given a string, find all case-insensitive triplets in the string. Each triplet consists of three characters where the first and the third characters are the same, e.g., 'axA'. Output the starting index of all such triplets.
Example
Input
aaAAAxbbb