摘要:
``` const int M; struct node{ int max; int sum; int left; int right; }tree[4*M];//线段树数组 int a[M];//原始数据数组 //*********************// void build(int id,int left,int right)//递归建树 { if... 阅读全文
posted @ 2016-09-12 22:30
Pic
阅读(120)
评论(0)
推荐(0)

浙公网安备 33010602011771号