eolymp
bolt
Try our new interface for solving problems
Problems

Rook, knight and bishop

Rook, knight and bishop

\includegraphics{https://static.e-olymp.com/content/34/3436e594358095d25f14b38951c0696175ea7458.jpg} On the chessboard, bishop, rook and a knight of the same color. How many fields are under the board fight? Rook (\textbf{R}) runs only on the horizontals and verticals, the knight (\textbf{N}) - two squares in one direction and one to the other (the letter "\textbf{Г}"), bishop (\textbf{B}) - runs along the diagonals. By the way, the knight - the only chess piece that in its course can jump both through itself and the enemy's pieces. The figure with red dots show the field that are under the gun (in chess terms - under the battle), only the knight, blue - just a rook, green - just an bishop. Yellow dots denote the field under battle knight and rook simultaneously. \InputFile In a single line in the international chess notation (see the example input data) are defined by a space position bishop, knight and rook (in any order). All input data is valid. \OutputFile Derive a single number - the number of checkerboard fields under their "target".
Time limit 1 second
Memory limit 64 MiB
Input example #1
Ne6 Rg7 Bg4
Output example #1
21
Source Stage II All-Ukrainian Olympiad 2010-2011 Berdichev