library

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

View the Project on GitHub maspypy/library

:warning: template/mo_main_LR.hpp

Code

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