HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Arithmetic > problem:


50548 - Albanian Airlines

Guest
• Review clarifications (2)

Section problems

• 50635 - Decomposition into terms
• 50637 - Number systems
• 50650 - Prime numbers
• 50652 - Prime Factorization
• 50653 - Long Divide
• 50661 - nth Power of a Digit
• 50662 - Prime numbers (2)
• 50684 - Sum of prime numbers fro...
• 50548 - Albanian Airlines
• 50546 - Average Fuel Price

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.

Albanian Airlines

Albanian Airlines applies the following discounts according to the age of the passengers.

  • Between the ages 0 and 2: 90%
  • Between the ages 3 and 9: 40%
  • Age of 10 and over: No discount

Question: Write a program which reads number of passengers (n) and price of one ticket (price). Then, ages of n people will be given. The program will then calculate the total amount of the money paid by all passengers.

Input specification
You will be first given two integers (n and price) where 0 ≤ n ≤ 5000 and 0 ≤ price ≤ 2000. Then, in the following n lines you will be given ages of n people where ages are between 0 and 100.

Output specification
Show one number with 2 digits double precision.

 Sample Input   
 5 250
 10
 2
 8
 24
 5
 Sample Output   
 825


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

www.contester.ru