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
相關文章
相關標籤/搜索