Ad
  • Custom User Avatar

    There is a bug in the test cases, it uses the variable r where it should be a.

  • Custom User Avatar

    The problem statement asks for the index of the matched value, but in the Python solution it looks for a 1-based index rather than the conventional 0-based index.