Competitions
Week 1: November 2 – 8. Introduction to C language. Part 1
Product of digits
Three digital number is given. Find the product of its digits.
Input
One three digital positive integer n.
Output
Print the product of digits in n.
Input example #1
235
Output example #1
30