https://mirror.codeforces.com/contest/1928/submission/246087824
I am new to range query data structures so i am treating fenwick tree as a black box. I know the working of fenwick but not able to code a 2d one.
I asked chatgpt for help it is giving wrong code I want it similar to this template so if anyone can help me with it.