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.
C#:
From the description:
The elements in the returned array (
$k_i$
) must be strictly greater than1
.However, your array does contain
1
at the end.Not a kata issue.
Your solution returns incorrect answer for n=143.
A solution being incorrect is not a kata issue.