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 Solvers32
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3724 Solvers
-
Generate a random matrix A of (1,-1)
432 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
405 Solvers
-
451 Solvers
-
Combined Ages 1 - Symmetric, n = 3
332 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