hdu 2844 Coins 背包

连接:http://acm.hdu.edu.cn/showproblem.php?pid=2844php // author: zhengjj.asd@gmail.com // 多重背包 #include <stdio.h> #include <string.h> #define N 110 #define M 100010 int f[M]; bool use[M]; inline int
相关文章
相关标签/搜索