Can I use Coroutines with multiple threads for my ...
# codeforces
d
Can I use Coroutines with multiple threads for my solutions?
e
You can use stdlib only. kotlinx.coroutines is not available. You’ll unlikely find it useful for these kinds of problems, though.