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.
Should be 8kyu
Yep, that my fault, thank you!
Hello, thank you for reply!
Yes, my result is: [14, 79, 97] when i execute it on my desktop. And it's currect result:
When i push "submit", test fails:
✘ Expected: [14, 79, 97], instead got: [15, 97, 113]
And i don't understand why my code have different results on codewars and on my desktop.
thanks.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Hello, if we have 1 rectangle sized 32 and 6 rectangles sized 1x1 they are equal and total count of rectangles == 6. But 4 rectangles sized 21 == 8.
Are you sure that 4 rectangles sized 2x1 is correct value? for n = 2 and m = 3 ?