Hard
How many squares are there in a chess board?
A standard 8x8 chess board contains not just the 64 unit squares but also larger squares of every size up to 8x8. The total count is 1^2+2^2+...+8^2 = 204 squares.
Re-check your working by substituting the answer back into the original question.