Skip to content

Commit d794577

Browse files
authored
[auto-verifier] verify commit 7718bf6
1 parent 7718bf6 commit d794577

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

.verify-helper/timestamps.remote.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,49 @@
44
"tests/library_checker_aizu_tests/convolution/min_plus_convolution.test.cpp": "2024-11-17 14:04:03 -0600",
55
"tests/library_checker_aizu_tests/data_structures/binary_search_example.test.cpp": "2024-11-18 10:51:39 -0600",
66
"tests/library_checker_aizu_tests/data_structures/binary_trie.test.cpp": "2026-01-18 02:20:40 +0000",
7-
"tests/library_checker_aizu_tests/data_structures/bit.test.cpp": "2026-01-18 02:20:40 +0000",
8-
"tests/library_checker_aizu_tests/data_structures/bit_inc.test.cpp": "2026-01-18 02:20:40 +0000",
9-
"tests/library_checker_aizu_tests/data_structures/bit_ordered_set.test.cpp": "2026-01-18 02:20:40 +0000",
10-
"tests/library_checker_aizu_tests/data_structures/bit_rupq.test.cpp": "2026-01-18 02:20:40 +0000",
11-
"tests/library_checker_aizu_tests/data_structures/bit_rurq.test.cpp": "2026-01-18 02:20:40 +0000",
12-
"tests/library_checker_aizu_tests/data_structures/bit_walk.test.cpp": "2026-01-18 02:20:40 +0000",
7+
"tests/library_checker_aizu_tests/data_structures/bit.test.cpp": "2026-01-18 02:48:00 -0700",
8+
"tests/library_checker_aizu_tests/data_structures/bit_inc.test.cpp": "2026-01-18 02:52:16 -0700",
9+
"tests/library_checker_aizu_tests/data_structures/bit_ordered_set.test.cpp": "2026-01-18 02:52:16 -0700",
10+
"tests/library_checker_aizu_tests/data_structures/bit_rupq.test.cpp": "2026-01-18 02:48:00 -0700",
11+
"tests/library_checker_aizu_tests/data_structures/bit_rurq.test.cpp": "2026-01-18 02:48:00 -0700",
12+
"tests/library_checker_aizu_tests/data_structures/bit_walk.test.cpp": "2026-01-18 02:48:00 -0700",
1313
"tests/library_checker_aizu_tests/data_structures/deque.test.cpp": "2026-01-18 02:20:40 +0000",
1414
"tests/library_checker_aizu_tests/data_structures/deque_index.test.cpp": "2026-01-18 02:20:40 +0000",
1515
"tests/library_checker_aizu_tests/data_structures/deque_op.test.cpp": "2026-01-18 02:20:40 +0000",
1616
"tests/library_checker_aizu_tests/data_structures/deque_sliding_window.test.cpp": "2026-01-18 02:20:40 +0000",
17-
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc.test.cpp": "2026-01-18 02:20:40 +0000",
18-
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc_lines.test.cpp": "2026-01-18 02:20:40 +0000",
19-
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc_sum.test.cpp": "2026-01-18 02:20:40 +0000",
20-
"tests/library_checker_aizu_tests/data_structures/distinct_query.test.cpp": "2026-01-18 02:20:40 +0000",
17+
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc.test.cpp": "2026-01-18 02:52:31 -0700",
18+
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc_lines.test.cpp": "2026-01-18 02:52:31 -0700",
19+
"tests/library_checker_aizu_tests/data_structures/disjoint_rmq_inc_sum.test.cpp": "2026-01-18 02:52:31 -0700",
20+
"tests/library_checker_aizu_tests/data_structures/distinct_query.test.cpp": "2026-01-18 02:49:53 -0700",
2121
"tests/library_checker_aizu_tests/data_structures/dsu.test.cpp": "2026-01-18 02:20:40 +0000",
2222
"tests/library_checker_aizu_tests/data_structures/dsu_bipartite.test.cpp": "2026-01-18 02:20:40 +0000",
2323
"tests/library_checker_aizu_tests/data_structures/dsu_restorable.test.cpp": "2026-01-18 02:20:40 +0000",
24-
"tests/library_checker_aizu_tests/data_structures/dsu_segtree_undo_trick.test.cpp": "2026-01-18 02:20:40 +0000",
25-
"tests/library_checker_aizu_tests/data_structures/implicit_seg_tree.test.cpp": "2026-01-18 02:20:40 +0000",
24+
"tests/library_checker_aizu_tests/data_structures/dsu_segtree_undo_trick.test.cpp": "2026-01-18 02:46:32 -0700",
25+
"tests/library_checker_aizu_tests/data_structures/implicit_seg_tree.test.cpp": "2026-01-18 02:49:04 -0700",
2626
"tests/library_checker_aizu_tests/data_structures/kruskal_tree_aizu.test.cpp": "2026-01-18 02:20:40 +0000",
27-
"tests/library_checker_aizu_tests/data_structures/kth_smallest_pst.test.cpp": "2026-01-18 02:20:40 +0000",
27+
"tests/library_checker_aizu_tests/data_structures/kth_smallest_pst.test.cpp": "2026-01-18 02:49:53 -0700",
2828
"tests/library_checker_aizu_tests/data_structures/kth_smallest_wavelet_matrix.test.cpp": "2026-01-18 02:20:40 +0000",
29-
"tests/library_checker_aizu_tests/data_structures/lazy_segment_tree.test.cpp": "2026-01-18 02:20:40 +0000",
30-
"tests/library_checker_aizu_tests/data_structures/lazy_segment_tree_constructor.test.cpp": "2026-01-18 02:20:40 +0000",
31-
"tests/library_checker_aizu_tests/data_structures/lazy_segment_tree_inc.test.cpp": "2026-01-18 02:20:40 +0000",
32-
"tests/library_checker_aizu_tests/data_structures/lazy_segment_tree_inc_constructor.test.cpp": "2026-01-18 02:20:40 +0000",
33-
"tests/library_checker_aizu_tests/data_structures/line_tree_aizu.test.cpp": "2026-01-18 02:20:40 +0000",
29+
"tests/library_checker_aizu_tests/data_structures/lazy_segment_tree.test.cpp": "2026-01-18 02:46:32 -0700",
30+
"tests/library_checker_aizu_tests/data_structures/lazy_segment_tree_constructor.test.cpp": "2026-01-18 02:46:32 -0700",
31+
"tests/library_checker_aizu_tests/data_structures/lazy_segment_tree_inc.test.cpp": "2026-01-18 02:53:04 -0700",
32+
"tests/library_checker_aizu_tests/data_structures/lazy_segment_tree_inc_constructor.test.cpp": "2026-01-18 02:53:04 -0700",
33+
"tests/library_checker_aizu_tests/data_structures/line_tree_aizu.test.cpp": "2026-01-18 02:46:49 -0700",
3434
"tests/library_checker_aizu_tests/data_structures/line_tree_lib_checker.test.cpp": "2026-01-18 02:20:40 +0000",
3535
"tests/library_checker_aizu_tests/data_structures/merge_sort_tree.test.cpp": "2026-01-18 02:20:40 +0000",
3636
"tests/library_checker_aizu_tests/data_structures/mode_query.test.cpp": "2026-01-18 02:20:40 +0000",
37-
"tests/library_checker_aizu_tests/data_structures/permutation_tree.test.cpp": "2026-01-18 02:20:40 +0000",
38-
"tests/library_checker_aizu_tests/data_structures/persistent_queue_tree.test.cpp": "2026-01-18 02:20:40 +0000",
39-
"tests/library_checker_aizu_tests/data_structures/persistent_seg_tree.test.cpp": "2026-01-18 02:20:40 +0000",
37+
"tests/library_checker_aizu_tests/data_structures/permutation_tree.test.cpp": "2026-01-18 02:53:20 -0700",
38+
"tests/library_checker_aizu_tests/data_structures/persistent_queue_tree.test.cpp": "2026-01-18 02:49:53 -0700",
39+
"tests/library_checker_aizu_tests/data_structures/persistent_seg_tree.test.cpp": "2026-01-18 02:49:53 -0700",
4040
"tests/library_checker_aizu_tests/data_structures/pq_ds_undo_sliding_window.test.cpp": "2026-01-18 02:20:40 +0000",
4141
"tests/library_checker_aizu_tests/data_structures/pq_ds_undo_with_dsu.test.cpp": "2026-01-18 02:20:40 +0000",
4242
"tests/library_checker_aizu_tests/data_structures/range_parallel_dsu.test.cpp": "2026-01-18 02:20:40 +0000",
43-
"tests/library_checker_aizu_tests/data_structures/rmq_linear.test.cpp": "2026-01-18 02:20:40 +0000",
44-
"tests/library_checker_aizu_tests/data_structures/rmq_sparse_table.test.cpp": "2026-01-18 02:20:40 +0000",
45-
"tests/library_checker_aizu_tests/data_structures/rmq_sparse_table_inc.test.cpp": "2026-01-18 02:20:40 +0000",
46-
"tests/library_checker_aizu_tests/data_structures/simple_tree.test.cpp": "2026-01-18 02:20:40 +0000",
47-
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc.test.cpp": "2026-01-18 02:20:40 +0000",
48-
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc_line.test.cpp": "2026-01-18 02:20:40 +0000",
49-
"tests/library_checker_aizu_tests/data_structures/simple_tree_line.test.cpp": "2026-01-18 02:20:40 +0000",
43+
"tests/library_checker_aizu_tests/data_structures/rmq_linear.test.cpp": "2026-01-18 02:53:20 -0700",
44+
"tests/library_checker_aizu_tests/data_structures/rmq_sparse_table.test.cpp": "2026-01-18 02:53:20 -0700",
45+
"tests/library_checker_aizu_tests/data_structures/rmq_sparse_table_inc.test.cpp": "2026-01-18 02:53:35 -0700",
46+
"tests/library_checker_aizu_tests/data_structures/simple_tree.test.cpp": "2026-01-18 02:47:07 -0700",
47+
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc.test.cpp": "2026-01-18 02:53:55 -0700",
48+
"tests/library_checker_aizu_tests/data_structures/simple_tree_inc_line.test.cpp": "2026-01-18 02:53:55 -0700",
49+
"tests/library_checker_aizu_tests/data_structures/simple_tree_line.test.cpp": "2026-01-18 02:47:07 -0700",
5050
"tests/library_checker_aizu_tests/flow/dinic_aizu.test.cpp": "2024-11-17 14:04:03 -0600",
5151
"tests/library_checker_aizu_tests/flow/hungarian.test.cpp": "2024-11-17 14:04:03 -0600",
5252
"tests/library_checker_aizu_tests/flow/min_cost_max_flow.test.cpp": "2024-12-05 10:41:42 -0600",
@@ -67,23 +67,23 @@
6767
"tests/library_checker_aizu_tests/graphs/strongly_connected_components_aizu.test.cpp": "2026-01-17 13:05:42 -0700",
6868
"tests/library_checker_aizu_tests/graphs/strongly_connected_components_lib_checker.test.cpp": "2026-01-17 13:05:42 -0700",
6969
"tests/library_checker_aizu_tests/graphs/two_edge_components.test.cpp": "2026-01-18 02:20:40 +0000",
70-
"tests/library_checker_aizu_tests/handmade_tests/count_paths.test.cpp": "2026-01-18 02:20:40 +0000",
70+
"tests/library_checker_aizu_tests/handmade_tests/count_paths.test.cpp": "2026-01-18 02:46:49 -0700",
7171
"tests/library_checker_aizu_tests/handmade_tests/dsu.test.cpp": "2026-01-18 02:20:40 +0000",
7272
"tests/library_checker_aizu_tests/handmade_tests/dsu_size.test.cpp": "2026-01-18 02:20:40 +0000",
7373
"tests/library_checker_aizu_tests/handmade_tests/edge_cd_small_trees.test.cpp": "2025-09-07 15:50:55 -0600",
7474
"tests/library_checker_aizu_tests/handmade_tests/fib_matrix_expo.test.cpp": "2025-08-28 13:19:16 -0600",
7575
"tests/library_checker_aizu_tests/handmade_tests/functional_graph.test.cpp": "2025-08-06 16:18:37 -0600",
7676
"tests/library_checker_aizu_tests/handmade_tests/hilbert_mos.test.cpp": "2026-01-18 02:20:40 +0000",
77-
"tests/library_checker_aizu_tests/handmade_tests/manacher.test.cpp": "2026-01-18 02:20:40 +0000",
77+
"tests/library_checker_aizu_tests/handmade_tests/manacher.test.cpp": "2026-01-18 02:46:49 -0700",
7878
"tests/library_checker_aizu_tests/handmade_tests/merge_st_and_wavelet.test.cpp": "2026-01-18 02:20:40 +0000",
7979
"tests/library_checker_aizu_tests/handmade_tests/mobius.test.cpp": "2025-02-10 14:50:36 -0700",
8080
"tests/library_checker_aizu_tests/handmade_tests/mod_division.test.cpp": "2025-09-07 16:12:35 -0600",
8181
"tests/library_checker_aizu_tests/handmade_tests/n_choose_k.test.cpp": "2025-08-28 13:19:16 -0600",
82-
"tests/library_checker_aizu_tests/handmade_tests/permutation_tree_small.test.cpp": "2026-01-18 02:20:40 +0000",
83-
"tests/library_checker_aizu_tests/handmade_tests/rmq_small_n.test.cpp": "2026-01-18 02:20:40 +0000",
84-
"tests/library_checker_aizu_tests/handmade_tests/sa_find_subarray.test.cpp": "2026-01-18 02:20:40 +0000",
85-
"tests/library_checker_aizu_tests/handmade_tests/seg_tree_find.test.cpp": "2026-01-18 02:20:40 +0000",
86-
"tests/library_checker_aizu_tests/handmade_tests/seg_tree_find_small.test.cpp": "2026-01-18 02:20:40 +0000",
82+
"tests/library_checker_aizu_tests/handmade_tests/permutation_tree_small.test.cpp": "2026-01-18 02:53:20 -0700",
83+
"tests/library_checker_aizu_tests/handmade_tests/rmq_small_n.test.cpp": "2026-01-18 02:53:20 -0700",
84+
"tests/library_checker_aizu_tests/handmade_tests/sa_find_subarray.test.cpp": "2026-01-18 02:46:49 -0700",
85+
"tests/library_checker_aizu_tests/handmade_tests/seg_tree_find.test.cpp": "2026-01-18 02:48:00 -0700",
86+
"tests/library_checker_aizu_tests/handmade_tests/seg_tree_find_small.test.cpp": "2026-01-18 02:46:32 -0700",
8787
"tests/library_checker_aizu_tests/loops/chooses.test.cpp": "2025-02-10 14:50:36 -0700",
8888
"tests/library_checker_aizu_tests/loops/quotients.test.cpp": "2024-11-17 14:04:03 -0600",
8989
"tests/library_checker_aizu_tests/loops/submasks.test.cpp": "2025-02-10 14:50:36 -0700",
@@ -103,41 +103,41 @@
103103
"tests/library_checker_aizu_tests/math/xor_basis.test.cpp": "2025-08-04 20:35:27 -0600",
104104
"tests/library_checker_aizu_tests/math/xor_basis_intersection.test.cpp": "2025-08-04 20:35:27 -0600",
105105
"tests/library_checker_aizu_tests/monotonic_stack_related/cartesian_binary_tree.test.cpp": "2025-02-10 14:50:36 -0700",
106-
"tests/library_checker_aizu_tests/monotonic_stack_related/cartesian_k_ary_tree.test.cpp": "2026-01-18 02:20:40 +0000",
107-
"tests/library_checker_aizu_tests/monotonic_stack_related/count_rectangles.test.cpp": "2026-01-18 02:20:40 +0000",
108-
"tests/library_checker_aizu_tests/monotonic_stack_related/max_rect_histogram.test.cpp": "2026-01-18 02:20:40 +0000",
106+
"tests/library_checker_aizu_tests/monotonic_stack_related/cartesian_k_ary_tree.test.cpp": "2026-01-18 02:53:20 -0700",
107+
"tests/library_checker_aizu_tests/monotonic_stack_related/count_rectangles.test.cpp": "2026-01-18 02:53:20 -0700",
108+
"tests/library_checker_aizu_tests/monotonic_stack_related/max_rect_histogram.test.cpp": "2026-01-18 02:53:20 -0700",
109109
"tests/library_checker_aizu_tests/strings/kmp.test.cpp": "2025-08-05 19:19:23 -0600",
110110
"tests/library_checker_aizu_tests/strings/lcp_array.test.cpp": "2025-08-05 19:19:23 -0600",
111-
"tests/library_checker_aizu_tests/strings/lcp_query_palindrome.test.cpp": "2026-01-18 02:20:40 +0000",
112-
"tests/library_checker_aizu_tests/strings/lcp_query_zfunc.test.cpp": "2026-01-18 02:20:40 +0000",
111+
"tests/library_checker_aizu_tests/strings/lcp_query_palindrome.test.cpp": "2026-01-18 02:46:49 -0700",
112+
"tests/library_checker_aizu_tests/strings/lcp_query_zfunc.test.cpp": "2026-01-18 02:46:49 -0700",
113113
"tests/library_checker_aizu_tests/strings/lcs_dp.test.cpp": "2025-08-05 19:19:23 -0600",
114-
"tests/library_checker_aizu_tests/strings/lcs_queries.test.cpp": "2026-01-18 02:20:40 +0000",
114+
"tests/library_checker_aizu_tests/strings/lcs_queries.test.cpp": "2026-01-18 02:48:00 -0700",
115115
"tests/library_checker_aizu_tests/strings/lcs_queries_merge_sort_tree.test.cpp": "2026-01-18 02:20:40 +0000",
116116
"tests/library_checker_aizu_tests/strings/manacher.test.cpp": "2025-08-05 19:19:23 -0600",
117-
"tests/library_checker_aizu_tests/strings/multi_matching_bs.test.cpp": "2026-01-18 02:20:40 +0000",
117+
"tests/library_checker_aizu_tests/strings/multi_matching_bs.test.cpp": "2026-01-18 02:46:49 -0700",
118118
"tests/library_checker_aizu_tests/strings/prefix_function.test.cpp": "2025-08-05 19:19:23 -0600",
119-
"tests/library_checker_aizu_tests/strings/sa_cmp.test.cpp": "2026-01-18 02:20:40 +0000",
120-
"tests/library_checker_aizu_tests/strings/sa_sort_pairs.test.cpp": "2026-01-18 02:20:40 +0000",
121-
"tests/library_checker_aizu_tests/strings/single_matching_bs.test.cpp": "2026-01-18 02:20:40 +0000",
122-
"tests/library_checker_aizu_tests/strings/suffix_array.test.cpp": "2026-01-18 02:20:40 +0000",
119+
"tests/library_checker_aizu_tests/strings/sa_cmp.test.cpp": "2026-01-18 02:46:49 -0700",
120+
"tests/library_checker_aizu_tests/strings/sa_sort_pairs.test.cpp": "2026-01-18 02:46:49 -0700",
121+
"tests/library_checker_aizu_tests/strings/single_matching_bs.test.cpp": "2026-01-18 02:46:49 -0700",
122+
"tests/library_checker_aizu_tests/strings/suffix_array.test.cpp": "2026-01-18 02:53:20 -0700",
123123
"tests/library_checker_aizu_tests/strings/suffix_array_short.test.cpp": "2025-08-05 19:19:23 -0600",
124124
"tests/library_checker_aizu_tests/strings/trie.test.cpp": "2026-01-17 12:38:18 -0700",
125125
"tests/library_checker_aizu_tests/strings/wildcard_pattern_matching.test.cpp": "2025-08-05 19:19:23 -0600",
126126
"tests/library_checker_aizu_tests/trees/count_paths_per_length.test.cpp": "2025-12-11 21:47:53 +0000",
127-
"tests/library_checker_aizu_tests/trees/edge_cd_contour_range_query.test.cpp": "2026-01-18 02:20:40 +0000",
128-
"tests/library_checker_aizu_tests/trees/edge_cd_contour_range_update.test.cpp": "2026-01-18 02:20:40 +0000",
127+
"tests/library_checker_aizu_tests/trees/edge_cd_contour_range_query.test.cpp": "2026-01-18 02:48:00 -0700",
128+
"tests/library_checker_aizu_tests/trees/edge_cd_contour_range_update.test.cpp": "2026-01-18 02:48:00 -0700",
129129
"tests/library_checker_aizu_tests/trees/edge_cd_count_paths_per_length.test.cpp": "2025-12-11 21:47:53 +0000",
130130
"tests/library_checker_aizu_tests/trees/edge_cd_reroot_dp.test.cpp": "2025-09-07 15:50:55 -0600",
131-
"tests/library_checker_aizu_tests/trees/hld_aizu1.test.cpp": "2026-01-18 02:20:40 +0000",
132-
"tests/library_checker_aizu_tests/trees/hld_aizu2.test.cpp": "2026-01-18 02:20:40 +0000",
133-
"tests/library_checker_aizu_tests/trees/hld_lib_checker_path.test.cpp": "2026-01-18 02:20:40 +0000",
134-
"tests/library_checker_aizu_tests/trees/hld_lib_checker_subtree_edges.test.cpp": "2026-01-18 02:20:40 +0000",
135-
"tests/library_checker_aizu_tests/trees/hld_lib_checker_subtree_nodes.test.cpp": "2026-01-18 02:20:40 +0000",
131+
"tests/library_checker_aizu_tests/trees/hld_aizu1.test.cpp": "2026-01-18 02:48:00 -0700",
132+
"tests/library_checker_aizu_tests/trees/hld_aizu2.test.cpp": "2026-01-18 02:46:32 -0700",
133+
"tests/library_checker_aizu_tests/trees/hld_lib_checker_path.test.cpp": "2026-01-18 02:48:00 -0700",
134+
"tests/library_checker_aizu_tests/trees/hld_lib_checker_subtree_edges.test.cpp": "2026-01-18 02:48:00 -0700",
135+
"tests/library_checker_aizu_tests/trees/hld_lib_checker_subtree_nodes.test.cpp": "2026-01-18 02:48:00 -0700",
136136
"tests/library_checker_aizu_tests/trees/kth_path_ladder.test.cpp": "2025-12-11 21:47:53 +0000",
137-
"tests/library_checker_aizu_tests/trees/kth_path_linear.test.cpp": "2026-01-18 02:20:40 +0000",
138-
"tests/library_checker_aizu_tests/trees/kth_path_tree_lift.test.cpp": "2026-01-18 02:20:40 +0000",
139-
"tests/library_checker_aizu_tests/trees/lca_all_methods_aizu.test.cpp": "2026-01-18 02:20:40 +0000",
140-
"tests/library_checker_aizu_tests/trees/lca_all_methods_lib_checker.test.cpp": "2026-01-18 02:20:40 +0000",
137+
"tests/library_checker_aizu_tests/trees/kth_path_linear.test.cpp": "2026-01-18 02:46:49 -0700",
138+
"tests/library_checker_aizu_tests/trees/kth_path_tree_lift.test.cpp": "2026-01-18 02:46:49 -0700",
139+
"tests/library_checker_aizu_tests/trees/lca_all_methods_aizu.test.cpp": "2026-01-18 02:46:49 -0700",
140+
"tests/library_checker_aizu_tests/trees/lca_all_methods_lib_checker.test.cpp": "2026-01-18 02:46:49 -0700",
141141
"tests/library_checker_aizu_tests/trees/shallowest_aizu_tree_height.test.cpp": "2025-12-11 21:47:53 +0000",
142142
"tests/library_checker_aizu_tests/trees/shallowest_lib_checker_tree_path_composite.test.cpp": "2025-12-11 21:47:53 +0000",
143143
"tests/library_checker_aizu_tests/trees/subtree_isomorphism.test.cpp": "2025-12-11 21:47:53 +0000"

0 commit comments

Comments
 (0)