fenwick_tree.h
Go to the documentation of this file.
1 
2 
3 #pragma once
4 
5 
6 vector<int> freq;
7 
8 vector<int> BIT;
9 
10 
vector< int > BIT
Definition: fenwick_tree.h:8
vector< int > freq
Definition: fenwick_tree.h:6