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.
Go translation
D translation
Rust translation
This kata was decided to stay.
23891895^ 91618561 shoudl be larger than 42369119^ 59683074 (should return -1 checked with wolframalpha) however it is saying return 1 is correct in random tests c++
Should be fixed, please verify.
Should be fixed, please verify.
My solution passed the random tests now.
There was a bug in a reference solution. It should be fixed now. Can you check and verify?
I'm getting the same problem. I think the checker for the random values is wrong.
I keep failing the random tests, but I think the test is wrong. It's passing 676^147 and 890^137. It's expecting a zero and I'm returning -1. I checked it in Wolfram Alpha and the first one IS greater.
you're gone in an infinite loop using "attempt", which is running more tests than those in the example tests.
Print the inputs to the console (possibly with a "flush" option set to true. See in your language if it exists)
I keep getting an "Execution Timed Out" error on "Attempt" even though the same code with the same tests returns instantly on my own machine.
Some datatypes don't have sufficient precision to do the calculations accurately. Try using a decimal instead of a double (C#).
http://0.30000000000000004.com/
Seriously? If that's the case it should be asking for a List<List<int>> rather than just a List<int>.
Loading more items...