摘要:
problemsolutioncodes#include#includeusing namespace std;int n, m, a[1010][1010], book[1010][1010], x, y, ans;const int dx[] = {0,0,-1,... 阅读全文
posted @ 2018-06-03 10:32
gwj1139177410
阅读(102)
评论(0)
推荐(0)
摘要:
problem给你一个长为n的序列求一个长不超过m的连续子段,使子段和最大solution如果n#include#define maxn 300010using namespace std;int a[maxn], q[maxn];long long s[maxn],... 阅读全文
posted @ 2018-06-03 10:25
gwj1139177410
阅读(112)
评论(0)
推荐(0)

浙公网安备 33010602011771号