| 164 | } |
| 165 | |
| 166 | int main() { |
| 167 | test_section_implementation(); |
| 168 | test_section_maximum_and_count(); |
| 169 | test_section_kth_zero(); |
| 170 | test_section_maximal_subsegment(); |
| 171 | test_section_smallest_number_greater_or_equal(); |
| 172 | test_kth_smallest_persistent(); |
| 173 | } |
nothing calls this directly
no test coverage detected