Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果 Set 是 [3,4,5,6,-2] 它应该给出 3*4*5*6+-2 并且还要注意 * 在评估时优先于 +
数字可以重复,允许重复
在博客中看到了这个,但除了进行暴力穷举搜索之外无法找到答案