Product of digits
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Three digital number is given. Find the product of its digits.
Input
One three digital positive integer .
Output
Print the product of digits in .
Examples
Input #1
Answer #1
Submissions 69K
Acceptance rate 58%