You have a problem with the following tests: LargeNumbers, OrderNotImportant, RandomNegative100Numbers, RandomPositive100Numbers. I can return absolutely any number, and it will be counted as the correct answer.
Hey guys. Im new here and i clearly dont understand how to upload this kata... its easy to do but i dont get from where i should take numbers and how i need to return them from second part of task. Please help me, im sad.
Please, add like those tests, it's really gonna start my head/
Test(Real_Addition, should_pass_all_the_tests_provided) {
tester( 100, 100, 200);
tester( 10000, 10000, 20000);
}
Test(Silly_Addition, should_pass_all_the_tests_provided) {
tester( 1240, 1900, 21140);
tester( 30003, 99000, 129003);
}
You have a problem with the following tests: LargeNumbers, OrderNotImportant, RandomNegative100Numbers, RandomPositive100Numbers. I can return absolutely any number, and it will be counted as the correct answer.
Go translation
D translation
This comment is hidden because it contains spoiler information about the solution
Trivial map/filter/reduce is not a novel kata idea.
Hey guys. Im new here and i clearly dont understand how to upload this kata... its easy to do but i dont get from where i should take numbers and how i need to return them from second part of task. Please help me, im sad.