The number of n-digit numbers is 3.
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 output the count of n-digit natural numbers that consist solely of even digits.
Input
A natural number n.
Output
The solution to the problem.
Examples
Input #1
Answer #1
Submissions 7K
Acceptance rate 38%