摘要: 点击查看代码 #include<iostream> #include<cstring> using namespace std; const int N = 110; int n, m; int h[N], e[N], ne[N], idx; int v[N], w[N], f[N][N]; voi 阅读全文
posted @ 2022-06-20 23:25 wKingYu 阅读(28) 评论(0) 推荐(0)
摘要: 点击查看代码 #include<iostream> using namespace std; const int N = 20; int n, m; int w[N][N]; int f[N][N]; int way[N]; int main() { cin >> n >> m; for (int 阅读全文
posted @ 2022-06-20 16:37 wKingYu 阅读(36) 评论(0) 推荐(0)
摘要: 点击查看代码 #include<iostream> #include<cstring> using namespace std; const int N = 22, M = 80; int n, m, t; int f[N][M]; int main() { cin >> n >> m >> t; 阅读全文
posted @ 2022-06-20 12:31 wKingYu 阅读(32) 评论(0) 推荐(0)