HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Contests > CEN111 Homeworks 2013-2015 > problem:


13-Fall2-20. 50399 - Mobile Base Station

CEN111 Homeworks 2013-2015

Start: Jan.10.2015 at 10:00:00 AM
Finish: Jan.10.2015 at 03:00:00 PM
The contest is finished!
• Contest scoreboard

Guest
• Review clarifications (1)

Contest problems

• 50389 - Reverse an Array
• 50392 - How much space
• 50378 - Sum of the given digits
• 13-Fall2-10. 50379 - a^b modulus k
• 13-Fall2-20. 50399 - Mobile Ba...
• 13-Fall2-40. 50401 - Sum of Odd N...
• 13-Fall2-50. 50400 - nth Row rth El...
• 14-Fall1-10. 50532 - Close City
• 14-Fall1-30. 50500 - Find Student
• 14-Fall1-40. 50511 - Class Average
• 14-Fall1-50. 50481 - Car Parking
• 14-Fall2-10. 50510 - What floor are ...
• 14-Fall2-20. 50504 - School contest

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Prepared by Ibrahim Mesecan.

Mobile Base Station

A mobile service provider wants to test its base stations. The company wants to see if the number of simultaneous connections is as described in device specifications. For the test, they will provide n people in the normal coverage of base station; and then, they will compare the real connections from the station.

Question:
Write a program that is going to read the coordinates and the coverage radius of the base station and then coordinates of n people. Find how many of these people are in the coverage of the base station.

Input specification
You will be first given 3 floating point numbers: x and y coordinates of the station followed by its coverage radius. Then, you will be given an integer number (n): the number of people. The following n lines will contain two floating point numbers: x and y coordinates of every person where coordinates are floating point numbers on a plane -5000 ≤ (x,y) ≤ 5000; 0 < radius ≤ 2000 and 0 < n ≤ 5000.

Output specification
Show just one integer number: the number of people in the coverage of the station.

Sample Input I  
  10 10 5 5
  12.7 12
  7.8 6.5
  16 12
  15.1 10
  10 15
Sample Input II  
  0 -1 9 5
  9 8
  3 -5
  -9 -1
  -3 -10
  3 10
Sample Output I  
  3
Sample Output II  
  2


Для отправки решений необходимо выполнить вход.

www.contester.ru