Problem 42307. Long-digit Subtraction

Suppose you need to subtract a very large integer from another integer. This problem requires the player to add two long digits, both supplied as strings, and to return the sum as a string. This problem similarly provides two numbers as strings and you must return the difference as a string (a - b = c). The result will always be positive as a will be larger than b. See the test suite for examples.

Solution Stats

40.68% Correct | 59.32% Incorrect
Last Solution submitted on May 06, 2023

Solution Comments

Show comments

Problem Recent Solvers22

Suggested Problems

More from this Author139

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!