摘要: tips: 1.递归式返回要加return不能忘,搞懂递归树向下递归时的路径 2.单点更新,区间查询 //单点更新,区间查询 #include<cstdio> const int M=50010; int t; int n; char str[10]; struct node{ int l; int 阅读全文
posted @ 2018-09-09 15:06 SUMay 阅读(91) 评论(0) 推荐(0) 编辑