摘要: //拒绝抄袭 //f[i]表示洗劫前i家店铺的最大收益 #include <iostream> #include <cstdio> using namespace std; const int N = 100010; int w[N], f[N]; int main(){ int T; //f[0] 阅读全文
posted @ 2022-07-24 16:52 男孩吖好朋友 阅读(444) 评论(0) 推荐(0)