100 atcoder#ABC112D. [ABC112D] Partition
[ABC112D] Partition
Score : points
Problem Statement
You are given integers and .
Consider a sequence of length consisting of positive integers such that = . Find the maximum possible value of the greatest common divisor of .
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the maximum possible value of the greatest common divisor of a sequence that satisfies the condition.
3 14
2
Consider the sequence . Their greatest common divisor is , and this is the maximum value.
10 123
3
100000 1000000000
10000