Looking for AtCoder Regular Contest 069 Solution
Разница между en1 и en2, 14 символ(ов) изменены
The competition at AtCoder has ended, I participated but couldn't solve F. The editorial link on the website is in Japanese, which I don't understand. Google translate doesn't give me a good translation or at least I cannot understand it. So can anyone share his/her solution to the problem or the solution from the editorial in english. Here is the problem for those that haven't seen it:↵

Suppose we have a line and N(N <= 10,000) pairs of points on it with coordinates (x_i, y_i). For each pair we can choose the first or the second point. We are to 
findmaximize the maxinimum distance between two consecutive points from the chosen(e.g when they are sorted on the line) which we can obtain by using different choices (whether to use x_i or y_i).↵

[Link to japanese editorial](https://atcoder.jp/img/arc069/editorial.pdf)↵

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский AnotherRound 2017-02-18 17:58:21 14 Tiny change: 'We are to find the maximum dista' -> 'We are to maximize the minimum dista'
en1 Английский AnotherRound 2017-02-18 17:05:22 868 Initial revision (published)