We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
if i´m not mistaken these tests are wrong, please if i'm wrong help me to understand my mistake
Input (stdin): s:abcd, t:abcdert, k:10
Expected Output: No
I think having k = 3 here is enough so the out put should be Yes
Input (stdin): s:y, t:yu, k = 2
Expected Output: No
having k = 1 is enough and the output should be Yes
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Append and Delete
You are viewing a single comment's thread. Return to all comments →
if i´m not mistaken these tests are wrong, please if i'm wrong help me to understand my mistake