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

227 Solutions

117 Solvers

Last Solution submitted on Feb 13, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...