摘要:
#include #include #include using namespace std; int dp[110][110]; int n,m,k,s; int w[110]; int val[110]; int main () { ios::sync_with_stdio(false); while (cin>>n>>m>>k>>s) { for (i... 阅读全文
posted @ 2018-05-03 20:55
xidian_mao
阅读(209)
评论(0)
推荐(0)
浙公网安备 33010602011771号