CodeForces - 1312E Array Shrinking

Solution 先放一下本身的錯誤代碼:html #include <cstdio> #include <cstring> #include <iostream> using namespace std; const int N = 505; int n, a[N], dp[N][N]; int read() { int x = 0, f = 1; char s; while((s =
相關文章
相關標籤/搜索