Number of n-digit numbers 2
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes a natural number n as input.Your task is to determine and output the count of n-digit natural numbers that consist solely of odd digits.
Input
A natural number n.
Output
The result of the calculation.
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 37%