Ad
  • Custom User Avatar

    Given two integers a and x, return the minimum non-negative number to add to / subtract from a to make it a multiple of x.

    We're adding or subtracting, not multiplying.