Problem 45246. Count digits
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
Bhaskar R
on 27 Dec 2019
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;
Asif Newaz
on 27 Dec 2019
@Bhaskar
that means u need to find some alternate way to solve
Solution Comments
Show commentsProblem Recent Solvers29
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5689 Solvers
-
306 Solvers
-
Determine if a Given Number is a Triangle Number
382 Solvers
-
275 Solvers
-
Set the array elements whose value is 13 to 0
1373 Solvers
More from this Author165
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!