摘要:
真尼玛神坑m还可以等于0mgj 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 using namespace std; 8 9 void setIO(const string& s) {10 freopen((s +... 阅读全文
摘要:
有一个容量为n的背包,有1, 2, 3, ..., n这n种物品,每种物品可以无限使用,求装满的方案数。法一:http://mathworld.wolfram.com/PartitionFunctionP.html:Euler invented agenerating functionwhich g... 阅读全文