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.
it works only if the full name is in the format . If it is <LastName, FirstName>, it will not work.
Haskell fork that adds edge cases that share maximum/minimum values.
Nice one! Got something new for me, thx :)
This is nicer than just summing the three params since it is generalized to allow for an arbitrary number of parameters. Clever use of spread operator.
fixed description
That's really awesome solution! You amazed me.
Lol, me too. In case I need to translate it to C later.
wtf XD
Fixed
Resolved and merged. Thanks!
Merge conflict.
Approved.
Yes, that's why I'd like to see input ranges always documented. When they are not, I assume that anything should work (no overflows, bogosort doesn't time out, ...), otherwise it's not clear what is expected to work and what isn't.
Also, when not everything is specified, I start thinking about it less like about competitive programming and more like about a real world task where the input range is consistent with the story.
Added
Two
#include <string_view>
s missing.good job
Loading more items...