Ad
  • Custom User Avatar

    When sz == 0 the inside of the for loop will not be evaluated at all, so no invalid data will ever be accessed. Also the problem description states that an empty input array can be considered as [0], so sz==1 for an "empty" input array.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution