Ad
  • Custom User Avatar

    If it takes 1.2s just to run the sample tests, you'll run out of time for the random tests easily. (There are 25 random tests, and your time limit is 12s.)

    If you read the descriptions carefully:

    Hint: try to avoid nested loops

  • Custom User Avatar

    Does anyone have trouble getting this one to pass the final "Attempt" test? I keep getting SIGKILLs, but it passes the provided test in 1200 ms. I even ran the code locally and it takes at most 600 ms.