atcoder#ACL1B. Sum is Multiple
Sum is Multiple
Score : points
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.
11
10
holds and is indeed a multple of . There are no positive integers that satisfy the condition, so the answer is .
20200920
1100144