摘要:
[D - Insertion](https://atcoder.jp/contests/abc064/tasks/abc064_d) > [另一种做法](https://www.bilibili.com/read/cv24447317),注意这两种写法: >1. `max_element` >2. 阅读全文
posted @ 2023-07-08 19:06
O2iginal
阅读(22)
评论(0)
推荐(0)
摘要:
[D - Widespread](https://atcoder.jp/contests/abc063/tasks/arc075_b) 对二分答案的特点要敏感!!! ``` // https://atcoder.jp/contests/abc063/tasks/arc075_b // 二分答案 #i 阅读全文
posted @ 2023-07-08 18:39
O2iginal
阅读(31)
评论(0)
推荐(0)
摘要:
[D - 3N Numbers](https://atcoder.jp/contests/abc062/tasks/arc074_b) [参考](https://blog.csdn.net/awow80285/article/details/101550652) ``` // https://atc 阅读全文
posted @ 2023-07-08 17:31
O2iginal
阅读(19)
评论(0)
推荐(0)