← 返回 google 的题目列表Coin Collection with Right Steps
类型:online_judge
Given a game board represented as a string, where 'T' represents a token and 'C' represents a coin, determine the maximum number of coins the token can collect. The token can move three steps to the right each time.
Example
Input
T.T.CCCCC