Problem 2381. Sum of digit range
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
Gareth Lee
on 30 Mar 2018
Is the explanation of the problem and test suite the same meaning?
Dyuman Joshi
on 28 Oct 2020
Can anyone help me in understanding the problem statement? It's so confusing.
Mayank Bajpai
on 28 Oct 2020
@Gareth
@Dyuman
If number of digits in A, n1 = 4, then A belongs to {10^4 to 10^5-1}
You will be given n1 and n2. You need to find the sum of ( min and max number of digits ) in A*B.
ChrisR
on 2 Apr 2022
Let c be the number of digits in the smallest product of an n1-digit number and an n2-digit number and d be the number of digits in the largest product of an n1-digit number and an n2-digit number. Return c+d.
Problem Recent Solvers46
Suggested Problems
-
244 Solvers
-
Getting the absolute index from a matrix
235 Solvers
-
363 Solvers
-
10557 Solvers
-
347 Solvers
More from this Author6
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!