2293: 输出指定字母在字符串的中的索引
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
给定一个字符串,把字符串按照大写在前小写在后排序,输出排好后的第 K 个字母在原来字符串的索引。
相同字母输出第一个出现的位置。
Input
hAkDAjByBq 4
Output
6
Sample Input Copy
hAkDAjByBq 4
Sample Output Copy
6