Count total number of digits from 1 to n.
- n=13
- output=17
since from [1-9] total 9 digits.[10-13] total 4*2=8 digits.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers30
Suggested Problems
-
Return the 3n+1 sequence for n
8491 Solvers
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Back to basics 22 - Rotate a matrix
937 Solvers
-
Are all the three given point in the same line?
603 Solvers
-
Find my daddy long leg (No 's')
2729 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
In the 5th test case there is number n=10000675820025; which is very large number MATLAB is not accepting to get number from 1 to 10000675820025;
@Bhaskar
that means u need to find some alternate way to solve