The largest of the smaller 3
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Given a natural number n (where n > 9), identify the largest natural number that has fewer digits than n.
Input
A natural number n (where n > 9).
Output
The largest natural number with fewer digits than n.
Examples
Input #1
Answer #1
Submissions 5K
Acceptance rate 42%