HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Arithmetic > problem:


50436 - Pocket Money

Guest
• Discussion of problem (1)

Section problems

• 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
• 50462 - Class Average (3 Grades)
• 50288 - Even numbers in even posit...
• 50372 - Number Quadruplets

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. Difficulty Alpha

Pocket Money

Albi is a primary school student. His father gives pocket money every week. His pocket money is calculated accourding to the number pages he reads everyday. To encourage him to read more his father uses the following calculation.

  • if total pages is less than 70: 100 lek
  • if total pages is between 70 and 200: 2 lek per page
  • if total pages is more than 200: 400 Lek + 4 lek for every extra pages

Question:
Write a program that is going to get the number of pages Albi read in this week and calculate the Pocket money for Albi.

Input specification
You will be given 6 integer numbers where each of them can be between 0 and 50.

Output specification
Calculate the amount of pocket money for Albi

Sample Input I
  1
  38
  36
  24
  17
  20
Sample Input II
  33
  38
  34
  40
  34
  38
Sample Output I
  272
Sample Output II
  468


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

www.contester.ru