The smallest of the larger 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 find the smallest natural number that has more digits than n.
Input
A natural number n.
Output
The smallest natural number with more digits than n.
Examples
Input #1
Answer #1
Input #10
Answer #10
Submissions 9K
Acceptance rate 40%