You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In C++, the test for total number of grains merely tests to see whether you get the maximum value for unsigned long long, not for the correct number of grains. I believe 2^64 is max number allowed in unsigned long long, and the total grains on the board is greater than that given 64 squares.
The text was updated successfully, but these errors were encountered:
From @JAC42 in exercism/exercism#2176
The text was updated successfully, but these errors were encountered: