whats wrong in this code
SUBMATRIX SUM QUERY
https://ide.codingblocks.com/s/440477 here prefix sum matrix((1,1)(2,2)) is coming correct but why not the sum of the given submatrix is coming
https://ide.codingblocks.com/s/440477 prefix sum matrix is coming in this also but not the sum of sub matrix having top left(li,lj) and top right(bi,bj)