Ad
  • Custom User Avatar

    Nevermind, I managed to solve it...

  • Custom User Avatar

    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?!

  • Default User Avatar

    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

  • Default User Avatar

    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

  • Default User Avatar

    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.

  • Default User Avatar

    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

  • Default User Avatar

    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.