| Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb. Question by Ibrahim Mesecan. 
Difficulty Alpha
 
 
 Telephone Calls
 Mr. Tafaj has gone for a trip abroad. He wants to call his family from a call center.
The rates change according to the minute you talked: 
The first 3 minutes is $6Every additional 10 seconds is $0.5 Question:  Write a program that is going to get the total seconds  (seconds) talked. And then, it will print the amount due from the user.
 Input specification  You will be given an integer number (seconds) where 0 ≤ seconds ≤ 20000
 Output specification  Calculate and show the amount due from the user.
 
 
| Sample Input I 190
 
 | Sample Input II 191
 |  
| Sample Output I 6.5
 | Sample Output II 7
 |  Для отправки решений необходимо выполнить вход.
 
 
 |