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.
they are both aliases to each other, so they should work similarily
This comment is hidden because it contains spoiler information about the solution
Hi i am experiencing the same issue, mine is 1 line long.
foreal?
this solution seems to not pass all test cases
Read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#print-input
Read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution
That's a problem with your code, it's not ok. Check when and how creating a kata issue in the aforementioned wiki.
You could tell what language you have the problem with.
All tests passed except one , which says 1 should equal 0 , its the tenth test...
Im pretty sure my code is good. What could I do?
Is there any way I can see the logs of testing inputs?
Because all I see is just what my answer should have been.
Thanks in advance :)
Function arguments and return types must be doubles
Look out for loop-in-loop inside your code and make sure that your final code is efficient enough. I have come across this problem before and it was because my code took too long to execute.
Swift, the sample test with 0.55 ->
error: cannot convert value of type 'Double' to expected argument type 'Int'
This comment is hidden because it contains spoiler information about the solution
genius
Loading more items...