This comment is hidden because it contains spoiler information about the solution
I had the same thing :) only thing is, it doesn't make sense to import an entire module when you only need one method
You can just print the input: random testing reaches up to n = 100,000
n = 100,000
I am running in a timeout when submitting my solution. I tested it for a limit of 1500 without running in a timeout. Which is the highest number use in the tests? Thx
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
I had the same thing :) only thing is, it doesn't make sense to import an entire module when you only need one method
You can just print the input: random testing reaches up to
n = 100,000
I am running in a timeout when submitting my solution. I tested it for a limit of 1500 without running in a timeout.
Which is the highest number use in the tests?
Thx