線段樹2 POJ2777 Count Color

http://poj.org/problem?id=2777node #include <stdio.h> #include <memory.h> #define LCH(a) ((a)<<1) #define RCH(a) (((a)<<1)+1) #define NO_COLOR 0 typedef struct nodetag{int st, ed, value;} node; no
相關文章
相關標籤/搜索