算24点
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.
题目描述
用 的整数通过 +
、-
、*
的运算计算得到 ,比如:
写一个程序,给出 个数字,按原顺序在数字间加 +
、-
、*
算出 ,不用括号。要求算出有多少种不同的方案数。
输入格式
第一行一个整数 ,表示有 个数。
下面 行每行一个整数。
输出格式
输出方案总数
5
6
4
2
8
16
4
数据范围