摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 typedef char ElemTp; 6 typedef struct Bittree 7 { 8 ElemTp data; 9 stru... 阅读全文
posted @ 2014-11-01 11:53 *mask 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1 /*////////////////////////////////// 2 BY WEI 3 2014-10-27 4 //////////////////////////////////*/ 5 #include 6 #incl... 阅读全文
posted @ 2014-11-01 09:36 *mask 阅读(182) 评论(0) 推荐(0) 编辑