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.
Nevermind, I managed to solve it...
I'm having the same problem with execution time(Process was terminated. It took longer than 6000ms to complete), althought I have 18 Passed 0 Failed 0 Errors and when simply running tests(not submiting) process takes about 50ms?!
i'm getting this error...
Random Tests******* countSpecMult
Tests n: 11 max: 125389642886
Expected: 0
Process was terminated. It took longer than 6000ms to complete
0 Passed
0 Failed
0 Errors
this is the error i'm getting
Random Tests******* countSpecMult
Tests n: 11 max: 125389642886
Expected: 0
Process was terminated. It took longer than 6000ms to complete
0 Passed
0 Failed
0 Errors
Also when i'm executing code into VS , this is all running fine and showing result = 1209 for N= 8 AND MAXVAL = 11728597661. but in codewars since execution time > 6s, so not passing the test case due to high execution time , and then not allowing to submit the code.
HI, EVEN I'M GETTING PROBLEM AS THIS CODE STOP EXECUTING AS EXECUTION TIME IS >6S.WHAT CAN BE SOLUTION FOR THIS? ALSO FOR GIVEN TEST CASE IT'S RUNNING ABSOLUTELY FINE.PLEASE TELL ME HOW TO OVER COME THIS? IT'S GIVING ERROR ON RANDOM TESTING WHEN N= 8 AND MAXVAL = 11728597661
HI, EVEN I'M GETTING PROBLEM AS THIS CODE STOP EXECUTING AS EXECUTION TIME IS >6S.WHAT CAN BE SOLUTION FOR THIS? ALSO FOR GIVEN TEST CASE IT'S RUNNING ABSOLUTELY FINE.