[DP] A Question of Ingestion gym101673G

    #include <bits/stdc++.h> using namespace std; const int mn = 105; int l[mn], p[mn]; int dp[mn][mn]; int main() { int n, m; scanf("%d %d", &n, &m); for (int i = 1; i <= n; i++) scanf("%d", &l
相關文章
相關標籤/搜索