We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Something a little bit different, the total possible score can be caluclated using the arithmetic series formula (total = (n * (n+1) ) // 2).
This allows Stuart's score to be caluclated as every point that Kevin didn't get.
The Minion Game
You are viewing a single comment's thread. Return to all comments →
Something a little bit different, the total possible score can be caluclated using the arithmetic series formula (
total = (n * (n+1) ) // 2
). This allows Stuart's score to be caluclated as every point that Kevin didn't get.Code: