I checked the all PRs of ac-library. We may need to follow changes listed below. ### Convolution - [ ] https://github.com/atcoder/ac-library/pull/31/ - [ ] https://github.com/atcoder/ac-library/pull/96/ - [ ] https://github.com/atcoder/ac-library/pull/120/ - [ ] https://github.com/atcoder/ac-library/pull/142/ - [ ] https://github.com/atcoder/ac-library/pull/159/ ### Math - [ ] https://github.com/atcoder/ac-library/pull/88/ - [ ] https://github.com/atcoder/ac-library/pull/92/ - [ ] https://github.com/atcoder/ac-library/pull/97/ ### Max Flow - [ ] https://github.com/atcoder/ac-library/pull/63/ ### Min Cost Flow - [ ] https://github.com/atcoder/ac-library/pull/38/ - [ ] https://github.com/atcoder/ac-library/pull/52/ - [ ] https://github.com/atcoder/ac-library/pull/67/ - [ ] https://github.com/atcoder/ac-library/pull/82/ ### Segment Tree & Lazy Segment Tree - [x] https://github.com/atcoder/ac-library/pull/105/ ### Misc. - [ ] https://github.com/atcoder/ac-library/pull/157/
I checked the all PRs of ac-library. We may need to follow changes listed below.
Convolution
Math
Max Flow
Min Cost Flow
Segment Tree & Lazy Segment Tree
Misc.