Skip to content

fenwicktree(ja)

sakamotor edited this page Jan 11, 2025 · 1 revision

constructor

型変換関数を最初に渡してください。

C++

fenwick_tree<long long> fw(n);

TypeScript

const fw = new FenwickTree(BigInt, n);
Clone this wiki locally