#acl1b. [acl1_b]Sum is Multiple
[acl1_b]Sum is Multiple
Problem Statement
Given is an integer . Find the minimum possible positive integer such that is a multiple of . It can be proved that such a positive integer always exists.
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the answer in a line.
Sample Input 1
11
Sample Output 1
10
holds and is indeed a multple of . There are no positive integers that satisfy the condition, so the answer is .
Sample Input 2
20200920
Sample Output 2
1100144