|
|||
Chessboard in FENIn FEN (Forsyth–Edwards Notation), a chessboard is described as follows:
For example,
is the FEN notation description of the following chessboard:
The chessboard of the beginning of a chess game is described in FEN as:
Your task is simple: given a chessboard description in FEN notation, you are asked to compute the number of unoccupied squares on the board which are not attacked by any piece. Input SpecificationThe input is a sequence of lines, each line containing the FEN description of a chessboard. Note that the description does not necessarily give a legal chess position. Input lines do not contain whitespaces. Output SpecificationFor each line of input, output one line containing an integer which gives the number of unoccupied squares which are not attacked. Sample Input
Output for Sample Input
|
|||
University of Debrecen; Faculty of Informatics; v. 09/30/2024 |