C/C++ Arena

Step 5 of 6

Review: integer math

Numeric code gets reviewed for four things: overflow, division by zero, signed/unsigned mix-ups, and empty input.

Your turn: this pull request adds stats for the match history page. The specification:

There are four bugs.

Previous: Review: modifying while iterating Next: Review: class design