wer

PS 2015. 10. 6. 03:49
asdf
ㄴㅇㄹㄴㅇㄻㄴㅇㄹ
syntax highlighter 깔았다!!

 

void update(int x, int value) {
    while (x <= n) {
        tree[x] += value;
        x += -x&x;
    }
}


'PS' 카테고리의 다른 글

Binary indexed tree  (0) 2015.10.06
Posted by 키흐
,