Math, asked by saikutumbaka5497, 10 months ago

Closest of n mathgiven two integers n and m. The problem is to find the number closest to n and divisible by m. If there are more than one such number, then output the one having maximum absolute value

Answers

Answered by tanmaybhere100
0

Answer:

Step-by-step explanation:

Given two integers n and m. The problem is to find the number closest to n and divisible by m. If there are more than one such number, then output the one having maximum absolute value. If n is completely divisible by m, then output n only. Time complexity of O(1) is required.

Similar questions