Problem 324. 7 segment LED display
Solution Stats
Problem Comments
-
4 Comments
Additional test cases have been added.
How to pass test 15, I see only integer converted to float in my function, then back to the int64 is too late, I have lost last digit.
In addition to the remark of TurqoiseInt, y_correct seems to be wrong for test 15. I guess y_correct = 86 assumes x = 12345678987654000.
Test 15 is wrong. True number of segment in number 12345678987654321 is 80. If last digit is losted then true number become 84. In this test correct answer is 86. Maybe it is misprint?
Solution Comments
Show commentsProblem Recent Solvers265
Suggested Problems
-
2739 Solvers
-
Is my wife right? Now with even more wrong husband
1322 Solvers
-
Basics: 'Find the eigenvalues of given matrix
416 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
379 Solvers
-
Calculate Amount of Cake Frosting
25177 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!