@ -1,9 +1,7 @@
#include <bits/stdc++.h>
using namespace std;
const int N = 1010;
int n;
int a[N];
int l[N][N], r[N][N]; // left,right 在 iostream库中用过了,不能用!