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.
If you figured out that the problem is
pow
(and yes, you are right), then you can create your own function, for integers instead of doubles.Oh, can you please help me where I can change, I use pow() function only which returning incorrect values for larger number
But it is not a problem with the kata, it is a bug in your solution.
This comment is hidden because it contains spoiler information about the solution
it should be at 7 kata, maybe 8
toke me sometime but was happy to finalize it
This comment is hidden because it contains spoiler information about the solution
A quick 20-minute adventure - in and out! 🫡
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Somewhat vandalised, and approved.
what exactly does
the issue was in array ending
mean?It returns score: 100 in my IDE and in online compiler, also I've tried multiple attemps and it always returns wrong on random test.
Your code fails this test:
Try putting this in your IDE to see the result. Your code returns
700
, whereas it should return100
In random tests submited answer is incorrect, but when I copy test case to my IDE it works well. How to fix?
Loading more items...