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 comment is hidden because it contains spoiler information about the solution
the operation of extracting the square root of a number and then squaring
it can lead to minor rounding errors due to
working with floating point numbers
the
this is a very logical solution to the essence of the task
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
In general, the code is clear, for each element of the array of 3, the conditions for obtaining them are separated by commas, for 1 number it is just the number itself (for 2 and 3 according to the formula, (or 2 times 15))
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Bro, you just didn't have anything to do along the way.
I like this solution, it's smart and makes you think a little
This comment is hidden because it contains spoiler information about the solution
Loading more items...