Hiroki Kobayashi
Hiroki Kobayashi
https://qiita.com/hotman78/items/78cd3aa50b05a57738d4 https://judge.yosupo.jp/submission/5017 https://ei1333.github.io/luzhiled/snippets/other/offline-dynamic-connectivity.html (offline)
Implement a "generic" parser. Probably techniques used in `serde` help. Problems: https://www.hamayanhamayan.com/entry/2018/07/13/085956 Submissions: - https://atcoder.jp/contests/bitflyer2018-final/tasks/bitflyer2018_final_e https://atcoder.jp/contests/bitflyer2018-final/submissions/2762276 Problems (with ~=10^5 inputs): - https://atcoder.jp/contests/colopl2018-final-open/tasks/colopl2018_final_b - http://codeforces.com/contest/935/problem/E - https://onlinejudge.u-aizu.ac.jp/services/room.html#HUPC2019Day1/problems/C - http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=1630 - https://yukicoder.me/problems/no/1196...
Put output of `yukicoder/remaining.py` and `atcoder/ranking.py` in some repository other than https://github.com/koba-e964/contest. # TODO - [ ] AtCoder - [x] yukicoder - [x] CafeCoder - [ ] Exclude unsolvable problems
https://en.wikipedia.org/wiki/P-recursive_equation https://www3.risc.jku.at/publications/download/risc_4972/thesis_20140217.pdf
## Basic operations - [x] FFT - [x] inv - [x] log - [x] exp - [ ] sqrt - [ ] pow ## Problems - [x] https://www.luogu.com.cn/problem/P5900 (http://oeis.org/A000081) -...
https://codeforces.com/contest/1074/problem/D