Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Большое Спасибо. Простое задание оказывается.
Надо вернуть самую длинную строку из тех, которые получаются путём складывания k подряд идущих строк. Если ответов несколько - вернуть первую.
Кто условие писал вообще, больше времени тратишь на то чтобы понять что от тебя хотят(
Нет, не разобрался. Забил.
Разобрался? Потому что меня уже гнилыми помидорами закидали, причём сформулировать что всё-таки нужно сделать никто не хочет.
Либо выбрать самую длинную строку + n-строк по второму аргументу, либо взять первую и n-строк, как пишут в комментариях, но тогда это не сочетается с примерами кода.
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
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:
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.
При таких ответах в тестах не могу понять задание...