HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Arithmetic > problem:


50440 - Call Center

Guest
• Review clarifications (3)

Section problems

• 50797 - Nr of Missing Guests
• 50518 - Histogram Equalization
• 50522 - Multiplication Table - 2
• 50814 - Buying Books from Internet
• 50812 - Total Discount for the clients
• 51003 - Double Prime
• 50435 - City Electric Bills
• 50527 - Sum of LCMs
• 50440 - Call Center
• 50342 - 100 Factorial
• 50439 - Telephone Calls
• 50436 - Pocket Money
• 50379 - a^b modulus k
• 50353 - Cube of the Largest number
• 50359 - Mode of a Series
• 50539 - Number of Chairs - 2
• 50532 - Close City

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.
Question by Ibrahim Mesecan.

Call Center

After his trip, Mr. Tafaj decided open a call center in his town. He wants the system to calculate the results automatically. The rates change according to the minute you talked:

  • The first 2 minutes is 100 Leke
  • Every additional 10 seconds is 5Leke

Question:
Write a program that is going to read n phone call times (in seconds). And then, the program will calculate the total amount collected from all users.

Input specification
You will be given an integer number (n) where 0 ≤ n ≤ 30000. Then, the following n lines will contain the talk time (in seconds) for n people. Every phone call can be an integer between 1 and 2000.

Output specification
Calculate and show the amount due from the user.

Sample Input I
  5
  125
  130
  136
  143
  106
Sample Input II
  10
  146
  80
  80
  190
  151
  199
  193
  144
  153
  101
Sample Output I
  535
Sample Output II
  1185


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

www.contester.ru