internal/dummy.hpp
- View this file on GitHub
- Last update: 2024-04-16 19:36:34+09:00
- Include:
#include "internal/dummy.hpp"
Required by
- action/base.hpp
- action/helpers.hpp
- action/null.hpp
- action/range_add.hpp
- action/range_add_range_max.hpp
- action/range_add_range_min.hpp
- action/range_add_range_sum.hpp
- action/range_affine_range_minmax.hpp
- action/range_affine_range_sum.hpp
- action/range_bitxor.hpp
- action/range_chgcd_range_gcd.hpp
- action/range_chmax_range_max.hpp
- action/range_chmin_range_min.hpp
- action/range_chminchmax_range_minmax.hpp
- action/range_composition.hpp
- action/range_flip_range_bitxor.hpp
- action/range_gcd.hpp
- action/range_max.hpp
- action/range_min.hpp
- action/range_sequence_hash.hpp
- action/range_set.hpp
- action/range_set_range_composition.hpp
- action/range_set_range_max.hpp
- action/range_set_range_min.hpp
- action/range_set_range_sum.hpp
- action/range_sum.hpp
- algebraic/combined.hpp
- algebraic/helper.hpp
- algebraic/null.hpp
- algebraic/opposite.hpp
- data_structure/adaptor/set.hpp
- data_structure/disjoint_sparse_table.hpp
- data_structure/dynamic_segment_tree.hpp
- data_structure/dynamic_sequence.hpp
- data_structure/dynamic_set.hpp
- data_structure/fenwick_tree.hpp
- data_structure/foldable_deque.hpp
- data_structure/foldable_queue.hpp
- data_structure/foldable_stack.hpp
- data_structure/internal/dynamic_tree.hpp
- data_structure/lazy_segment_tree.hpp
- data_structure/red_black_tree.hpp
- data_structure/removable_priority_queue.hpp
- data_structure/segment_tree.hpp
- data_structure/treap.hpp
- include/actions.hpp
- include/algebraic.hpp
- include/all.hpp
- include/data_structures.hpp
- include/iterable.hpp
- include/template.hpp
- iterable/count_inversion.hpp
- template/standard.hpp
- template/using.hpp
Verified with
- verify/aizu-online-judge/1508/0000.test.cpp
- verify/aizu-online-judge/1508/0001.test.cpp
- verify/aizu-online-judge/1508/0002.test.cpp
- verify/aizu-online-judge/alds1_14_b/0000.test.cpp
- verify/aizu-online-judge/dsl_2_a/0000.test.cpp
- verify/aizu-online-judge/dsl_2_d/0000.test.cpp
- verify/aizu-online-judge/dsl_2_d/0001.test.cpp
- verify/aizu-online-judge/dsl_2_d/0002.test.cpp
- verify/aizu-online-judge/dsl_2_d/0003.test.cpp
- verify/aizu-online-judge/dsl_2_d/0004.test.cpp
- verify/aizu-online-judge/dsl_2_d/0005.test.cpp
- verify/aizu-online-judge/dsl_2_d/0006.test.cpp
- verify/aizu-online-judge/dsl_2_d/0007.test.cpp
- verify/aizu-online-judge/dsl_2_d/0008.test.cpp
- verify/aizu-online-judge/dsl_2_d/0009.test.cpp
- verify/aizu-online-judge/dsl_2_e/0000.test.cpp
- verify/aizu-online-judge/dsl_2_e/0001.test.cpp
- verify/aizu-online-judge/dsl_2_f/0000.test.cpp
- verify/aizu-online-judge/dsl_2_f/0001.test.cpp
- verify/aizu-online-judge/dsl_2_f/0002.test.cpp
- verify/aizu-online-judge/dsl_2_f/0003.test.cpp
- verify/aizu-online-judge/dsl_2_f/0004.test.cpp
- verify/aizu-online-judge/dsl_2_f/0005.test.cpp
- verify/aizu-online-judge/dsl_2_g/0000.test.cpp
- verify/aizu-online-judge/dsl_2_g/0001.test.cpp
- verify/aizu-online-judge/dsl_2_g/0002.test.cpp
- verify/aizu-online-judge/dsl_2_g/0003.test.cpp
- verify/aizu-online-judge/dsl_2_h/0000.test.cpp
- verify/aizu-online-judge/dsl_2_h/0001.test.cpp
- verify/aizu-online-judge/dsl_2_h/0002.test.cpp
- verify/aizu-online-judge/dsl_2_h/0003.test.cpp
- verify/aizu-online-judge/dsl_2_h/0004.test.cpp
- verify/aizu-online-judge/dsl_2_i/0000.test.cpp
- verify/aizu-online-judge/itp1_1_a/0000.test.cpp
- verify/aizu-online-judge/itp1_1_a/0001.test.cpp
- verify/aizu-online-judge/itp1_1_a/0003.test.cpp
- verify/aizu-online-judge/itp1_1_a/0004.test.cpp
- verify/aizu-online-judge/itp1_1_a/0005.test.cpp
- verify/aizu-online-judge/itp1_1_a/0006.test.cpp
- verify/aizu-online-judge/itp1_1_a/0008.test.cpp
- verify/aizu-online-judge/itp1_1_a/0009.test.cpp
- verify/aizu-online-judge/itp1_1_a/0010.test.cpp
- verify/aizu-online-judge/itp1_1_a/0011.test.cpp
- verify/aizu-online-judge/itp1_1_a/0012.test.cpp
- verify/aizu-online-judge/itp1_1_a/0013.test.cpp
- verify/aizu-online-judge/itp1_1_a/0014.test.cpp
- verify/aizu-online-judge/itp1_1_a/0015.test.cpp
- verify/yosupo-judge/associative_array/0000.test.cpp
- verify/yosupo-judge/associative_array/0001.test.cpp
- verify/yosupo-judge/associative_array/0002.test.cpp
- verify/yosupo-judge/associative_array/0003.test.cpp
- verify/yosupo-judge/deque_operate_all_composite/0000.test.cpp
- verify/yosupo-judge/deque_operate_all_composite/0001.test.cpp
- verify/yosupo-judge/deque_operate_all_composite/0002.test.cpp
- verify/yosupo-judge/deque_operate_all_composite/0003.test.cpp
- verify/yosupo-judge/deque_operate_all_composite/0004.test.cpp
- verify/yosupo-judge/deque_operate_all_composite/0005.test.cpp
- verify/yosupo-judge/double_ended_priority_queue/0000.test.cpp
- verify/yosupo-judge/dynamic_sequence_range_affine_range_sum/0000.test.cpp
- verify/yosupo-judge/dynamic_sequence_range_affine_range_sum/0001.test.cpp
- verify/yosupo-judge/dynamic_sequence_range_affine_range_sum/0002.test.cpp
- verify/yosupo-judge/dynamic_sequence_range_affine_range_sum/0003.test.cpp
- verify/yosupo-judge/dynamic_sequence_range_affine_range_sum/0004.test.cpp
- verify/yosupo-judge/dynamic_sequence_range_affine_range_sum/0005.test.cpp
- verify/yosupo-judge/point_add_range_sum/0000.test.cpp
- verify/yosupo-judge/point_add_range_sum/0001.test.cpp
- verify/yosupo-judge/point_add_range_sum/0002.test.cpp
- verify/yosupo-judge/point_add_range_sum/0003.test.cpp
- verify/yosupo-judge/point_add_range_sum/0004.test.cpp
- verify/yosupo-judge/point_set_range_composite/0000.test.cpp
- verify/yosupo-judge/point_set_range_composite/0001.test.cpp
- verify/yosupo-judge/point_set_range_composite/0002.test.cpp
- verify/yosupo-judge/point_set_range_composite/0003.test.cpp
- verify/yosupo-judge/predecessor_problem/0000.test.cpp
- verify/yosupo-judge/predecessor_problem/0001.test.cpp
- verify/yosupo-judge/predecessor_problem/0002.test.cpp
- verify/yosupo-judge/predecessor_problem/0003.test.cpp
- verify/yosupo-judge/queue_operate_all_composite/0000.test.cpp
- verify/yosupo-judge/queue_operate_all_composite/0001.test.cpp
- verify/yosupo-judge/queue_operate_all_composite/0002.test.cpp
- verify/yosupo-judge/queue_operate_all_composite/0003.test.cpp
- verify/yosupo-judge/queue_operate_all_composite/0004.test.cpp
- verify/yosupo-judge/queue_operate_all_composite/0005.test.cpp
- verify/yosupo-judge/range_affine_range_sum/0000.test.cpp
- verify/yosupo-judge/range_affine_range_sum/0001.test.cpp
- verify/yosupo-judge/range_affine_range_sum/0002.test.cpp
- verify/yosupo-judge/range_affine_range_sum/0003.test.cpp
- verify/yosupo-judge/range_affine_range_sum/0004.test.cpp
- verify/yosupo-judge/range_affine_range_sum/0005.test.cpp
- verify/yosupo-judge/range_affine_range_sum/0006.test.cpp
- verify/yosupo-judge/range_affine_range_sum/0007.test.cpp
- verify/yosupo-judge/range_affine_range_sum/0008.test.cpp
- verify/yosupo-judge/range_reverse_range_sum/0000.test.cpp
- verify/yosupo-judge/rectangle_sum/0000.test.cpp
- verify/yosupo-judge/rectangle_sum/0001.test.cpp
- verify/yosupo-judge/shortest_path/0001.test.cpp
- verify/yosupo-judge/shortest_path/0002.test.cpp
- verify/yosupo-judge/static_range_sum/0001.test.cpp
- verify/yosupo-judge/static_range_sum/0002.test.cpp
- verify/yosupo-judge/static_range_sum/0003.test.cpp
- verify/yosupo-judge/static_range_sum/0004.test.cpp
- verify/yosupo-judge/static_range_sum/0005.test.cpp
- verify/yosupo-judge/static_range_sum/0006.test.cpp
- verify/yosupo-judge/static_range_sum/0007.test.cpp
- verify/yosupo-judge/static_range_sum/0008.test.cpp
- verify/yosupo-judge/staticrmq/0000.test.cpp
- verify/yosupo-judge/staticrmq/0001.test.cpp
- verify/yosupo-judge/staticrmq/0002.test.cpp
- verify/yosupo-judge/staticrmq/0003.test.cpp
- verify/yukicoder/789/0000.test.cpp
- verify/yukicoder/789/0001.test.cpp