Problem 44733. Large Sum (inspired by Project Euler 13)
Your function will be provided an arbitrary number of numbers of arbitrary sizes as a cell array of strings. Some numbers will be very large. The function must return the first eight digits of the sum of all the numbers as an integer.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers89
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9036 Solvers
-
Find common elements in matrix rows
2684 Solvers
-
Find a subset that divides the vector into equal halves
391 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1179 Solvers
-
Implement a bubble sort technique and output the number of swaps required
339 Solvers
More from this Author139
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!