Can you answer these queries V gss5
摘要:
在gss3的基础上再YY一下吧~~~http://www.spoj.pl/problems/GSS5/View Code #include<stdio.h>#include<string.h>#include<iostream>#define lson rt<<1#define rson rt<<1|1using namespace std;const int maxn = 10005;int sum[maxn],bs[maxn];int n,m;struct nd{ int sum,lx,rx,mx;}as[maxn<< 阅读全文
posted @ 2012-09-30 11:29 aigoruan 阅读(176) 评论(0) 推荐(0)