English version is in beta. All contents of the site should be already translated (mostly using machine translation), and everything should work properly. However, if you find any problems, please contact me.

Level 11A

To advance to the next level, you need to solve all problems.

Fenwick tree and multidimensional trees

In the contest below, the problems can also be solved with a segment tree (and some of them have already been in the corresponding contest), but now solve them with a Fenwick tree.

Group operations on trees

The Aho-Korasik algorithm