Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Language: A Game with Colored Balls
Description Given a chain of N (1 ≤ N ≤ 106) balls colored either red (‘R’), green (‘G’) or blue (‘B’) and numbered sequentially 1 through N from left to right, a game proceeds as follows:
Write a program to simulate the process of a game. Input The input contains only a string of ‘R’s, ‘G’s and ‘B’s representing the balls in the chain from left to right. Output For each segment dislodged, output whatever is reported following the sample output’s example. Sample Input GRRBBBRRGB Sample Output B 4 5 6 R 2 3 7 8 G 1 9 Source |
[Submit] [Go Back] [Status] [Discuss]
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator