Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Question by Ibrahim Mesecan.
Close Pair
Question:
You will be given n integer numbers. Print the two numbers whose
difference is the closest. Show any two, if there are many
numbers giving the same minimum difference.
Input specification
You will be first given a number (n) which shows
the number of numbers where 0 ≤ n ≤ 1000.
Then in following n lines you will be given
n numbers where each number is between -10000 and 10000.
Output specification
Print the two numbers whose
difference is the closest.
Sample Input I |
Sample Input II |
3
8 5 6
|
5
6 -5 6 8 3
|
Sample Output I |
Sample Output II |
5 6
|
6 6
|
Для отправки решений необходимо выполнить вход.
|