• + 1 comment

    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