線段樹

1 #ifndef _SEG_TREE_H_ 2 #define _SEG_TREE_H_ 3 4 #include <iostream> 5 #include <cassert> 6 #include <cstring> 7 #include <iomanip> 8 9 typedef struct seg_node 10 { 11 int left, right;
相關文章
相關標籤/搜索