Ejemplo n.º 1
0
 public int Book(int start, int end)
 {
     return(_segmentTree.AddValue(start, end - 1));
 }