#. 【基础】算24点(2)
【基础】算24点(2)
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
给出n个整数,请问这n个数字在不改变顺序且不加入括号的情况下,有多少种运算能得到24。
比如:4 10 2 4 8,有如下3种运算能够得到24。
4+10-2+4+8=24
4-10-2+4*8=24
4*10-2*4-8=24
输入格式
第1行有一个整数n;(2<=n<=10)
第2行有n个整数ai;(1<=ai<=100)
输出格式
一个整数,代表能计算出24点的方案数;
样例
5
4 10 2 4 8
3
第七届SWPU-ACM老生预选赛
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 187
- Start at
- 2022-9-19 14:00
- End at
- 2022-10-28 14:00
- Duration
- 936 hour(s)
- Host
- Partic.
- 45