Holding Bin-Laden Captive!
题意
有面值为1、2、5的三种硬币,给你三个数字分别表示拥有的硬币数量,问最小的不能组成的面值为多少?
1<=n<=1000
思路
just母函数,x上的指数代表v[i]*num,比如面值为2的硬币有3枚,那么就可以组成这样的多项式:
$$
1+x^2+x^4+x^6
$$
然后套模板就行。
看!代码
1 |
|
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true