Problem 2057. persistant sum

  • Created by Ted
There will be 9 tests for this problem.
In each test you will be provided with 2 integers n=[n1,n2].
Your code should return n1 * (remainder(n1/n2) + 2) + (remainder(n1/n2) + 1)

Solution Stats

57.14% Correct | 42.86% Incorrect
Last Solution submitted on Mar 07, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers111

Suggested Problems

More from this Author11

Problem Tags

Community Treasure Hunt

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

Start Hunting!