随笔分类 - 数据结构-树分治
摘要:地址: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
阅读全文
摘要: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...
阅读全文