/** * @author johnsondu * @time 2015-8-22 * @type Binary Index Tree * ignore the coordinate of y and * process as 1D conditions. * @url http://poj.org/problem?id=2352 */#include #include #include #include #include #include #include #include #include
附一篇经典翻译,学习 树状数组