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.
Java
In what language
Expected and actual results for basicTests are around the wrong way.
The output is an array of pointers to pair:
Pair **
.Here you allocate only one pointer to a pair:
so your solution crashes, because after the first pair you are writing out of bounds.
In Java basicTests() expected and actual values are swapped.
Program random test always expects a number 1 unity bigger than my answer, but when i use a numeric bases conversor it always gives my answer
Python: The length of the string is not needed as a second parameter and can be ignored in a working solution.
Already raised as issue
All done some time ago
Language: C++
Test suit missing the required header
std::string
using namespace std
is redundant.i figured it out,just had to use a larger data type.->long long
Expected: equal to 36028797018963967
Actual: 36028797018963968
am getting this error even though i think my programs logic is good
Description should be language-agnostic
Approved.
Loading more items...