首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
poj2393tmp
】的更多相关文章
poj2393tmp
#include"iostream" #include"stdio.h" #include"algorithm" using namespace std; const int MAXN=10005; typedef long long ll; int n,s; struct Node { int productCostPerUnit; int requireNum; }; Node weeks[MAXN]; ll Solve() { ll sum…