maspypy
maspypy
Thank you. It is possible to add the problem to Library Checker regardless of whether they are included in competitive programming questions. However, preparing the answers might be difficult. Would...
I said about the implementation of the solution.
テストケース追加の作業者募集状態っぽい
議論はひとまず終わっているように見えるので、作業者募集です。
特にこれを verify したいという話を(問題提案者を含めて)見かけていないため、優先度は低そうですが、準備に興味がある型が居ればお願いします。 ところで、max/min どちらでも良い問題では min にしていることが多いので、特に理由がなければ min だと思っています。
The worst-case collision probability of Rolling Hash is $O(|S| / mod)$. In this problem, $|s_i|$ could become very large (around $2^Q$). Are there any solutions to address this concern?