Something is wrong with the test code for this kata.
This comment is hidden because it contains spoiler information about the solution
There's overflow happening in your solution, the tests are correct.
I'm very confused by your code, but you seem to be missing a colon (:) at the ending of line 2.
The tester code is bugged and doesn't work for C, large random numbers cause integer overflow.
This is the problem I run into as well.
Loading collection data...
Something is wrong with the test code for this kata.
This comment is hidden because it contains spoiler information about the solution
There's overflow happening in your solution, the tests are correct.
This comment is hidden because it contains spoiler information about the solution
I'm very confused by your code, but you seem to be missing a colon (:) at the ending of line 2.
The tester code is bugged and doesn't work for C, large random numbers cause integer overflow.
This is the problem I run into as well.