编程介的小学生 2019-08-26 21:47 采纳率: 20.5%
浏览 74

Girls’ Party程序编写得实现

Problem Description
Issac H. Ives hosted a party for girls. He had some nice goods and wanted to distribute them to the girls as the presents. However, there were not enough number of presents and thus he needed to decide who would take them. He held a game for that purpose.
Before the game, Issac had all the girls divided into two teams: he named his close friends Bella and Gabriella as two leaders and asked other girls to join either Bella or Gabriella. After the two teams were formed, Issac asked the girls to form one big circle.
The rule of the game was as follows. The game consisted of a number of rounds. In each round, the girls called numbers from 1 to N in clockwise order (N was a number fixed before the game started). The girl calling the number N was told to get out of the circle and excluded from the rest of the game. Then the next round was started from the next girl, that is, the girls called the numbers again, and the one calling N left the circle. This was repeated until only the members of either team remained. The remaining team won the game.
As the game went on, Bella found far more girls of her team excluded than those of Gabriella’s team. Bella complained it, and requested Issac to make the next round begin with a call of zero instead of one. Issac liked her idea as he was a computer scientist, and accepted her request. After that round, many girls of Gabriella’s team came to leave the circle, and eventually Bella’s team won the game and got the presents from Issac.
Now let’s consider the following situation. There are two teams led by Bella and Gabriella respectively, where they do not necessarily have the same numbers of members. Bella is allowed to change the starting number from one to zero at up to one round (regardless the starting girl belongs to her team or not). We want to know how many girls of Bella’s team at most can remain in the circle. You are requested to write a program for it.

Input
The input is a sequence of datasets. The first line of the input contains the number of datasets. The number of datasets does not exceed 200.
Each dataset consists of a line with a positive integer N (1 <= N <= 2^30) and a string that specifies the clockwise order of the girls. Each character of the string is either ‘B’ (that denotes a member of Bella’s team) or ‘G’ (Gabriella’s team). The first round begins with the girl indicated by the first character of the string. The length of the string is between 2 and 20000 inclusive.

Output
For each dataset, print in a line the maximum possible number of the girls of Bella’s team remaining in the circle, or “0” (without quotes) if there are no ways for Bella’s team to win the game.

Sample Input
6
1 GB
3 GBGBBB
9 BBBGBBBGGG
9 GGBGBBGBBB
7 GBGGGGBGGG
3 BBBBBGBBBB

Sample Output
1
4
4
1
0
8

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 c程序不知道为什么得不到结果
    • ¥40 复杂的限制性的商函数处理
    • ¥15 程序不包含适用于入口点的静态Main方法
    • ¥15 素材场景中光线烘焙后灯光失效
    • ¥15 请教一下各位,为什么我这个没有实现模拟点击
    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置