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.
duplicate of this issue
It's probaby because you can get the same number as
int
,long
,string
or whatnot. Check it withConsole.WriteLine(n.GetType())
to know for sure.C# issue in random tests Still exists, I get the number which did'nt passed in "attempt" random test, then I put it in "test" Basic test it passed.
You can print inputs to console and they will appear in test output.
Example in Python: https://docs.codewars.com/training/troubleshooting/#print-input
I have no clue about why it did not pass.Can we get more information about failed cases?
BasicFalseTests
Test Passed
Completed in 16.7250ms
BasicTrueTests
Test Passed
Completed in 0.3770ms
RandomTests
Test Failed
Expected: True
But was: False