为倒数问题创建排列
I'm trying to make a small program to solve the countdown problem. Basically, given a number n and a vector of numbers, the problem outputs if n can be constructed applying simple operations (say addition, div, mult, and subs).
It's okay to not to use all ...