library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub maspypy/library

:warning: template/mo_main.hpp

Code

// template/mo_main.hpp
auto ADD = [&](int i) -> void {};
auto RM = [&](int i) -> void {};
auto CALC = [&](int q) -> void {};
mo.calc(ADD, ADD, RM, RM, CALC);
#line 1 "template/mo_main.hpp"
// template/mo_main.hpp
auto ADD = [&](int i) -> void {};
auto RM = [&](int i) -> void {};
auto CALC = [&](int q) -> void {};
mo.calc(ADD, ADD, RM, RM, CALC);
Back to top page