Minimum integer such that it leaves a remainder 1 on dividing with any element from the range [2, N]
Given an integer N, the task is to find the minimum possible integer X such that X % M = 1 for all M from… Read More »
The post Minimum integer such that it leaves a remainder 1 on dividing with any element from the range [2, N] appeared first on GeeksforGeeks.
Minimum integer such that it leaves a remainder 1 on dividing with any element from the range [2, N]
Reviewed by Shoaib Khan
on
May 07, 2019
Rating:
No comments: