DescriptionInput第一行一个整数N; 第二行N个整数描述C;N<=30Output一个整数表示对于所有可能作为密码的A序列的个数。Sample Input5 1 2 3 4 5 5 2 2 2 2 2 5 3 2 5 2 2Sample Output1 5 120HintSource