Question: The first line in the input file contains an integer N , the number of data sets to follow. Each set starts with two integers,

The first line in the input file contains an integer N, the
number of data sets to follow. Each set starts with two
integers, n and d(1n500,0d150).n is the
number of important places in the city that must have a
subway station nearby, and d is the maximum distance
allowed between an important place and a subway station.
Then comes n lines, each line containing two integers x
and y(-100x,y100), the coordinates of an
important place in the capital. The central station will
always have coordinates 0,0. All pairs of coordinates
within a data set will be distinct (and none will be 0,0).
Output
For each data set, output a single integer on a line by itself:
the minimum number of subway lines needed to make sure
all important places in the city are at a distance of at most
d from a subway station.
 The first line in the input file contains an integer N,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!