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.
Why havent a example at the discription
RISC-V Translation
The correct issue: does not report actual and expected results in sample tests!
Resolved
Lua translation!
nah i still generally understood what was going on when looking at the logs
The lists in this case could have 10000 elements, so printing them would be too verbose.
I did figure out to put console.logs inside my code. Actually worked better than if it told me the input.
https://docs.codewars.com/training/troubleshooting#print-input
"Expected: -44, instead got: -28"
Mh, yes. Very sufficient data, that really helps me understand what cases my code fails on. (Javascript.)
When i naming "delta" for var which finding AP step, system shows wrong submit for one test. But when i rename "delta" for any other name, it passes out correctly.
Please tell me why it's happening?
p.s. python
Your code is wrong, and it fails with
{1, 5, 7}
where the missing item is 3. Not a kata issue.Which language are you using?
Tests
Fixed_Tests
Log
{1, 3, 7}
{1, 5, 7}
Expected: equal to 3
Actual: 9
How I supposed to do this if it's not even arithmetic progression? all random tests are passed
I had the same issue but I was able to solve it.
I made miself one question: what does it do with the characters which doesn't belongs to the alphabet (characters which are coded)?
Replaced the parameter name
string
tost
Loading more items...