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.
This is really clever! Congratulations, you deserve a badge 🥇
that is clever.
Fixed
Go: missing package declaration in the initial solution.
Some tests look incorrect, like
6 31750 1 24165
:31750 should equal 55915
. The lines are adjacent, how is the result the sum?..You have to update the description. It's extremely hard to read without any linebreaks.
Also, consider adding some markdown to make it look nicer.
No reason. I had a mild malfunction and thought nub works in the same way as group. Obviously, that wouldn't make sense, my mistake.
Why sort in this solution?
Changed to ints
Please review available C Translation (author inactive).
Please use ints instead of floats.
Replaced floats with ints in JavaScript and C#.
return
, don'tprint
.return the value, not print
Loading more items...