Թաքցված խնդիր
|Այս խնդիրը թաքցված է խմբագրական խրհրդի անդամի կողմից քանի որ կամ այն ոչ ճիշտ լեզվով է գրված,|կամ թեստային տվյալներն են սխալ, կամ խնդրի ձևակերպումը պարզ չէ։|

ACM_0050 - DRAUGHTS

   Draughts (or checkers) is a game played by two opponents, on opposite sides of a 10 × 10 board. The board squares are painted black and white, as on a classic chessboard. One player controls the dark, and the other the light pieces. The pieces can only occupy the black squares. The players make their moves alternately, each moving one of his own pieces.

   The most interesting type of move is capturing : if a diagonally adjacent square contains an opponent’s piece, it may be captured (and removed from the game) by jumping over it to the unoccupied square immediately beyond it. It is allowed to make several consecutive captures in one move, if they are all made with a single piece. It is also legal to capture by either forward or backward jumps.

The board before and after a single move with two captures.

   You are given a draughts position. It is the light player’s turn. Compute the maximal possible number of dark pieces he can capture in his next move.

Input

   The first line of input contains the number of test cases T . The descriptions of the test cases follow:

   Each test case starts with an empty line. The following 10 lines of 10 characters each describe the board squares. The characters # and . denote empty black and white squares, W denotes a square with a light piece, B – a square with a dark piece.

Output

   For each test case print a single line containing the maximal possible number of captures. If there is no legal move (for example, there are no light pieces on the board), simply output 0.

Example

stdin

stdout

1

2

.#.#.#.#.#

#.#.#.#.#.

.#.#.B.#.#

#.#.#.#.#.

.#.#.B.#.#

#.#.W.#.#.

.#.#.#.#.#

#.#.#.B.#.

.#.#.#.#.#

#.#.#.#.#.

 

.#.#.#.#.#

#.#.#.#.#.

.#.#.B.#.#

#.B.#.B.#.

.#.#.B.#.#

#.B.W.#.#.

.#.B.B.#.#

#.#.#.#.#.

.#.B.B.#.#

#.#.#.#.#.

2

4


Ավելացրեց.Հրանտ Հովհաննիսյան
Ամսաթիվ.2013-12-28
Ժամանակի սահմանափակումը.1s
Ծրագրի տեքստի սահմանափակումը.50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Լեզուներ.Բոլորը բացի ASM32 ASM64 GAWK CLPS CLOJURE D ERL FSHARP FORTRAN GOSU HASK ICON ICK NEM NIM OBJC-CLANG PICO PIKE PYPY PYPY3 PY_NBC RUST SCM guile CHICKEN SED TCL WHITESPACE
Աղբյուրը.CERC 2013.F

© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.