Sum divisibility
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
For the given positive integer find the minimum positive integer , such that the sum is divisible by .
Input
One positive integer .
Output
Print the minimum possible positive integer .
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 4K
Acceptance rate 31%