I keep timing out on Division and Union. Does anyo...
# codeforces
s
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
No. You’re not supposed to parallelize. Time limit is in the total CPU time consumed anyway, so parallelization would not help
s
ah, ty
better algorithm needed then!
e
Yes
s
got there in the end 🙂
👍 1