Competitions
Week 1 Introduction Part 1
Product of digits
Three digital number is given. Find the product of its digits.
Input data
One three digital positive integer n.
Output data
Print the product of digits in n.
Examples
Input example #1
235
Output example #1
30