Ad
  • Custom User Avatar

    Had the same kind of issue in C++. I tried 'if(array1.size() == 0 && array2.size() != 0) return false;' passed (though not compliant with instructions, cf issue)...

  • Custom User Avatar

    I had the same problem. Consider whether you're testing for something in your code that isn't explicitly mentioned in the description. Also remember your semicolons!