algorithm/Algorithm-Core
세그먼트트리
아르비스
2017. 5. 13. 12:26
세그먼트 트리 공식
void build(int id = 1, int l=0, int r=n){ if(r-l<2){
|