Input will be four characters.
Please output the product of those ASCII value in one line.
Input:
ABCD
Output:
19545240
4 Characters char belongs to {A,B,C,D,E} set.
Value of the product
Note that you need to print ‘\n’ at the end of the output.