NeverSayNever's blog

By NeverSayNever, history, 7 years ago, In English

Hi all,

Can anybody help me understanding the sample test cases given in the problem statement https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1310 ?

Your help will be appreciated.

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Help anyone ??

»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

You can only use two satellite channels, so we need to find the minimum D such that the graph formed by all edges with distance <= D has two or less connected components. 212.13 is enough to connect (0,100)-(0,300) and (0,600)-(150,750).