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.
Ah sorry, I misread it. It seems I also misinterpreted the meaning of issue :P
Hey, my solution's output for the first test: {18,69,-90,-78,65,40} was:
[18,3,3,6,13,5]
instead of:
[18,3,3,3,1,1]
Isn't this correct? -90 and -78 are both divisible by 6, -78 and 65 by 13, and 65 and 40 by 5.