Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: zero-based numbering for exceptions

...

Note that this solution performs bitwise operations on signed integers. Care must be exercised when doing this; see NUM06NUM05-J. Avoid incorrect mixing of signed integers with bitwise operators for more information.

...