随笔分类 -  数据结构-树分治

摘要:地址:http://acm.hdu.edu.cn/showproblem.php?pid=4812 题目: D Tree Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 102400/102400 K (Java/Others)Total 阅读全文
posted @ 2017-05-25 19:01 weeping 阅读(177) 评论(0) 推荐(0) 编辑
摘要:1 #include 2 #include 3 #include 4 #include 5 #pragma comment(linker,"/STACK:102400000,102400000") 6 using namespace std; 7 8 #define MP make_pair 9 #define PB push_back 10 typedef long... 阅读全文
posted @ 2017-05-18 19:55 weeping 阅读(141) 评论(0) 推荐(0) 编辑