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.
thanks
Read this
Print the input.
Hi. Please tell me how to see the full set of input data in each task that is used to verify the correct solution of the problem? I see only 2 tests that fell and I don't see what data was applied. Or at least how can I see the input data that my solution fell on in each problem?
[6, 0, 1, 10, 10]
is the input for test that's failing. You should see why your solution fails on it.Flag the post as spoiler because it contains code(that's what G_kuldeep meant illocutionarily)
Could not be sarcastic, and suggest what is wrong
wow!, i can see your solution and i just got an idea on how to solve this kata; thanks X/
This comment is hidden because it contains spoiler information about the solution
It's decision with mistake, because it only subtracts one minimum and maximum element. And if you have two minimal elements, for example in the array [1,1, 2, 10,11] the program will take only one minimal element from the final result