stevenhalim / cpbook-code

CP4 Free Source Code Project (C++17, Java11, Python3 and OCaml)
2k stars 493 forks source link

Fenwick Range Update type fix #79

Open rchavesf opened 3 years ago

rchavesf commented 3 years ago

The single point updates use the long long type. Therefore, the range updates should also use the same type.