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.
unreadable, try writing more clean codes
The result for this input is
(1135, 830)
. This kata has a high satisfaction rate and nobody ever reported any consistent errors in results. You are probably doing something wrong (maybe mutating the input?). However, we can't do anything with the very incomplete logs you are giving, we don't even know which language you are using. I advice you to read carefully this: https://docs.codewars.com/training/troubleshooting/The input [621, 652, 514, 178] should have the result [1135, 830]
Does the random tests expect another result? If yes there is an error in the tests...
result for B not important here, because A isn't correct
this is result for A
Please provide all the data if you want someone to help you. The output is two numbers in order, you only give one.
[621, 652, 514, 178]
My result = 1135
Expected result = 1166
why???? I don't understand