Consider a chess board with rows and columns, where every square contains between 0 and 9 coins. Supose that the upper-left square is white. For instance, this is an empty board with four rows and five columns:
Write a program such that, given a chess board, computes the total number of coins on its white squares.
Input begins with the number of rows
and the number of columns
.
Follow
lines, each one with
characters between ‘0’ and ‘9’.
Print the total number of coins on the white squares of the board.
Author: Unknown
Translator: Salvador Roura
Generation: 2026-01-25T10:07:21.859Z
© Jutge.org, 2006–2026.
https://jutge.org