zoukankan      html  css  js  c++  java
  • hzau 1210 Happiness

    1210: Happiness

    Time Limit: 1 Sec  Memory Limit: 1280 MB
    Submit: 1149  Solved: 301
    [Submit][Status][Web Board]

    Description

           Chicken brother is very happy today, because he attained N pieces of biscuits whose tastes are A or B. These biscuits are put into a box. Now, he can only take out one piece of biscuit from the box one time. As we all know, chicken brother is a creative man. He wants to put an A biscuit and a B biscuit together and eat them. If he take out an A biscuit from the box and then he take out a B biscuit continuously, he can put them together and eat happily. Chicken brother’s happiness will plus one when he eat A and B biscuit together one time.

          Now, you are given the arrangement of the biscuits in the box(from top to bottom) ,please output the happiness of Chicken Brother when he take out all biscuit from the box. 

    Input

           The first line is an integer indicates the number of test cases.

           In each case, there is one line includes a string consists of characters ‘A’ and ‘B’.

           The length of string is not more than 1000000. 

    Output

         For each test case:

        The first line output “Case #k:", k indicates the case number.    

        The second line output the answer. 

    Sample Input

    1
    ABABBBA
    

    Sample Output

    Case #1:
    2
    

    HINT

  • 相关阅读:
    关于加法的类型转换
    设备事件
    html5 事件
    【环境安装】快速安转TensorFlow
    JApiDocs API文档-超级好用
    Docker(超级详细)
    SpringBoot整合Swagger
    Jenkins +Docker+Git 实现自动部署
    Git commit规范
    java支付宝生成二维码
  • 原文地址:https://www.cnblogs.com/gongpixin/p/6790520.html
Copyright © 2011-2022 走看看