#P1154G. Minimum Possible LCM
Minimum Possible LCM
No submission language available for this problem.
Description
You are given an array consisting of integers .
Your problem is to find such pair of indices () that is minimum possible.
is the least common multiple of and (minimum positive number such that both and are divisors of this number).
The first line of the input contains one integer () — the number of elements in .
The second line of the input contains integers (), where is the -th element of .
Print two integers and () such that the value of is minimum among all valid pairs . If there are multiple answers, you can print any.
Input
The first line of the input contains one integer () — the number of elements in .
The second line of the input contains integers (), where is the -th element of .
Output
Print two integers and () such that the value of is minimum among all valid pairs . If there are multiple answers, you can print any.