I am only failing one test, but the only thing it says is: "Failed Hardcore Checks". Yet, it seems that all the hardcore checks have passed along with the advanced anitcheat tests. Am I missing something here? I have all other tests passed. Currently it says: "Passed: 93 Failed: 1 Exit Code: 1". There is no other data displayed or hints as to what I'm failing.
Its almost not worth mentioning, but for the function you give us with C++ you are missing an 'std::' for the vector type. "std::string countFeelings(std::string s, std::vector arr)" I dont think it will trip anyone up, but since it does throw an error I thought I might as well mention it. Thanks for the kata.
I am only failing one test, but the only thing it says is: "Failed Hardcore Checks". Yet, it seems that all the hardcore checks have passed along with the advanced anitcheat tests. Am I missing something here? I have all other tests passed. Currently it says: "Passed: 93 Failed: 1 Exit Code: 1". There is no other data displayed or hints as to what I'm failing.
I forgot to remove the second for loop from where I was working on a different solution. So, ignore this solution ( or at least the second for loop )
Its almost not worth mentioning, but for the function you give us with C++ you are missing an 'std::' for the vector type. "std::string countFeelings(std::string s, std::vector arr)" I dont think it will trip anyone up, but since it does throw an error I thought I might as well mention it. Thanks for the kata.