12008 - product of ascii   

Description

Input will be four characters.

Please output the product of those ASCII value in one line.

Input:

ABCD

Output:

19545240

 

Input

4 Characters char belongs to {A,B,C,D,E} set.

Output

Value of the product

Note that you need to print ‘\n’ at the end of the output.

Sample Input  Download

Sample Output  Download

Tags




Discuss