1079 Total Sales of Supply Chain (25 point(s))

题解 dfs. #include<iostream> #include<cstdio> #include<vector> #include<cmath> using namespace std; struct node { double product; vector<int> dist; }; double res, r, p; int n, k; vector<node> t; void
相关文章
相关标签/搜索