Good number
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
The integer is "Good" if it consists of only odd digits. For example the number is good, and the number is not good. Find out how many - digit good numbers exist.
Input
One positive integer .
Output
Print the number of good integers.
Examples
Input #1
Answer #1
Submissions 5K
Acceptance rate 52%