Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb. Question by Ibrahim Mesecan.
Difficulty Alpha
Convert Euros into Dollars
Dardani Exchange office wants a computerized system. They want a
program to convert currencies.
Input specification
You will be given two floating point numbers (euroRate, dollarRate) that are the
conversion rates from Euros to Leke and from Dollars to Leke. Then you will be given
another number (amount) that is Euro amount to be converted into Dollars where
0 ≤ amount ≤ 1000000.
Output specification
Show the Dollars equivalent of the given number rounded to two decimal places.
Sample Input I
140.5 104
1100
|
Sample Input II
141 104.3
1100
|
Sample Output I
1486.06 |
Sample Output II
1487.06 |
Для отправки решений необходимо выполнить вход.
|