| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
我ca,太牛逼了,二维线段树1.7sACstruct开到2048就可以了。
struct sub_tree
{
short l,r;
int val;
};
struct tree
{
sub_tree y[2048];
short l,r;
}a[2048];
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator