摘要:
dp[i] 代表能否凑出总数为i的cash 1 #include 2 #include 3 4 int n[11], d[11], cash, N; 5 bool dp[100010]; 6 7 int main(int argc, char const *argv[]) 8 { 9 ... 阅读全文
posted @ 2015-03-06 15:39
TakeoffYoung
阅读(148)
评论(0)
推荐(0)
浙公网安备 33010602011771号