CF558B Amr and The Large Array
Description
Amr has got a large array of size $ n $ . Amr doesn't like large arrays so he intends to make it smaller.
Amr doesn't care about anything in the array except the beauty of it. The beauty of the array is defined to be the maximum number of times that some number occurs in this array. He wants to choose the smallest subsegment of this array such that the beauty of it will be the same as the original array.
Help Amr by choosing the smallest subsegment possible.
Input Format
The first line contains one number $ n $ ( $ 1
Output Format
Output two integers $ l,r $ ( $ 1
Explanation/Hint
A subsegment $ B $ of an array $ A $ from $ l $ to $ r $ is an array of size $ r-l+1 $ where $ B_{i}=A_{l+i-1} $ for all $ 1