摘要: #include<bits/stdc++.h> using namespace std; int n,m,t,sum; int a; int dp[11][11111]; //dp[i][j]:选到第i时候为j的最小代价 int main() { cin>>n>>m; memset(dp,125,s 阅读全文
posted @ 2023-02-21 14:13 cjrqwq 阅读(5) 评论(0) 推荐(0)