#描述#
给你若干个整数,由他们组成的乘积有多少种呢?
#格式#
##输入格式##
多组数据. 第一行一个n(1<=n<=7)表示整数个数,第二行n个非负整数(<=10).
##输出格式##
输出Case #k: ,然后是答案
#样例1#
##样例输入1##
2
1 2
3
1 2 2
##样例输出1##
Case #1: 2
Case #2: 3
#限制#
1000ms
32768KB
#提示#
case1,我们有1,2,1*2
#来源#
dd
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.