一些缩短时间复杂度的小技巧

少使用rbegin,用prev(end())
尽量使用容器自带的函数,比如set的lower_bound()

posted @ 2025-09-24 15:01  wtnbl  阅读(3)  评论(0)    收藏  举报