摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2586 #include<bits/stdc++.h> #define lson rt << 1, l, m #define rson rt << 1 | 1, m + 1, r using namesp 阅读全文
posted @ 2019-07-23 11:39 html_11 阅读(136) 评论(0) 推荐(0) 编辑