eolymp
bolt
Try our new interface for solving problems
Problems

Pay the Bill

Pay the Bill

Time limit 1 second
Memory limit 128 MiB

After eating at the restaurant, Barysh asked for the bill. It turned out that Barysh's order cost n manats. Baris always give tips 10% of the bill when paying, but if the total amount is less than the full manat, Barysh adds the amount to the full manat, because he does not have a penny and does not want to pay by card.

For example, if the bill is 17 manats, then Barish thinks to give another 1.7 manats. The total amount is 18.7 manats. In this case, Baris pays AZN 19.

Input data

One integer n (1n10^18) - the bill received at the restaurant.

Output data

Print the amount of money that Barysh will pay for the bill.

Examples

Input example #1
17
Output example #1
19
Input example #2
100
Output example #2
110
Input example #3
42
Output example #3
47
Author Rashad Mamadov
Source 2023 Azerbaijan, Semifinals, February 18, 8 - 9 classes