Status: IN
`time_to_buy_tickets` assumes `tickets[k] >= 1`; if `tickets[k]` were 0, the expression `tickets[k] - 1` becomes -1, causing incorrect negative contributions from `min` for post-k elements.
Source: entries/2026/06/06/time-needed-to-buy-tickets-solution.md