https://kotlinlang.org logo
#codeforces
Title
# codeforces
s

stkent

05/25/2019, 6:52 PM
I keep timing out on Division and Union. Does anyone know what this line means?
To optimize testing process you will be given multitest.
I see that we're given all test inputs in a single batch, not sure if we're meant to parallelize our code based on that?
e

elizarov

05/25/2019, 6:57 PM
No. You’re not supposed to parallelize. Time limit is in the total CPU time consumed anyway, so parallelization would not help
s

stkent

05/25/2019, 7:01 PM
ah, ty
better algorithm needed then!
e

elizarov

05/25/2019, 8:50 PM
Yes
s

stkent

05/26/2019, 2:45 AM
got there in the end 🙂
👍 1
4 Views