Ad
  • Default User Avatar

    Большое Спасибо. Простое задание оказывается.

  • Custom User Avatar

    Надо вернуть самую длинную строку из тех, которые получаются путём складывания k подряд идущих строк. Если ответов несколько - вернуть первую.

  • Default User Avatar

    Кто условие писал вообще, больше времени тратишь на то чтобы понять что от тебя хотят(

  • Default User Avatar

    Нет, не разобрался. Забил.

  • Custom User Avatar

    Разобрался? Потому что меня уже гнилыми помидорами закидали, причём сформулировать что всё-таки нужно сделать никто не хочет.

    Либо выбрать самую длинную строку + n-строк по второму аргументу, либо взять первую и n-строк, как пишут в комментариях, но тогда это не сочетается с примерами кода.

  • Custom User Avatar

    Did you try to recreate the failing test case locally in your IDE? Read the FAQ I linked in one of previous answers again, to see how.

    Did you read the description carefully? It mentions some edge cases you have not accounted for.

    Also try following test case: arr = { }, k = 2

  • Custom User Avatar

    Please stop posting multiple questions, use reply button for the same previous question... Not sure where the problem is exactly, but I got a feeling that this line:

    int max = combinations[0].size();
    

    could cause this kind of error if it's empty. Also there's some other parts where you're trying to access something that could go out of bounds, which is what this error message generally means - trying to access something you don't have access to.

  • Default User Avatar

    При таких ответах в тестах не могу понять задание...