计蒜客之贪心篇

1. 手机零件采购ios //费用最大为:2e9; 贪心 #include <iostream> #include <algorithm> using namespace std; const int PRODUCER_MAX = 5005; struct part { int price, tot; }; int part_tot, producer_tot; part p[PRODU
相关文章
相关标签/搜索