编程介的小学生
2017-12-02 06:09How to Type
Problem Description
Pirates have finished developing the typing software. He called Cathy to test his typing software. She is good at thinking. After testing for several days, she finds that if she types a string by some ways, she will type the key at least. But she has a bad habit that if the caps lock is on, she must turn off it, after she finishes typing. Now she wants to know the smallest times of typing the key to finish typing a string.
Input
The first line is an integer t (t<=100), which is the number of test case in the input file. For each test case, there is only one string which consists of lowercase letter and upper case letter. The length of the string is at most 100.
Output
For each test case, you must output the smallest times of typing the key to finish typing this string.
Sample Input
3
Pirates
HDUacm
HDUACM
Sample Output
8
8
8
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- 如何将uint8数组转换为字符串
- type-conversion
- 1个回答
- 用可变的结构切片
- type-conversion
- struct
- 2个回答
- 在Go中更改结构类型
- type-conversion
- 1个回答
- Golang移位运算符转换
- type-conversion
- 2个回答
- Symfony如何验证EntityType字段
- symfony
- forms
- orm
- php
- validation
- 1个回答