摘要:
A: 相邻三个和最大,及对应中间位置. 暴力即可.View Code #include <iostream>#include <cmath>#include <cstring>#include <cstdio>#include <string>#include <stdlib.h>#include <algorithm>using namespace std;typedef long long LL;const LL Mod= 1e9+7;const int N = 1010;int a[N], n; int 阅读全文
posted @ 2013-05-06 10:21
yefeng1627
阅读(467)
评论(0)
推荐(0)