Odd positions
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the product of digits in five-digit integer n, standing at the odd positions.
Input
One five digit integer n (positive or negative).
Output
Print the product of digits at the odd positions.
Examples
Input #1
Answer #1
Submissions 11K
Acceptance rate 32%