Closed
Description
In the Grains exercise, the specification says code should show "the total number of grains on the chessboard." This is not entirely clear.
I read this to mean "the total number of grains on the chessboard, assuming it is full." And code returning this number passes the tests (at least in Python).
But from the community solutions, it's clear many people read this to mean "the total number of grains on the chessboard up to and including square X," where X is a number between 1 and 64.
I suggest clarifying the instructions to clearly reflect whether total grains means (1) the grains on a completed 64-square chess board, or (2) the grains up to and including an arbitrary square on the chess board.
Metadata
Metadata
Assignees
Labels
No labels