Ad
  • Custom User Avatar

    Specifically, the author of the test used some bit manipulation to round, when he/she should have used Math.floor. The bit stuff only works with 32-bit integers. I myself submitted a solution with the same bug just to get the tests passing.