100 atcoder#ABC205A. [ABC205A] kcal
[ABC205A] kcal
Score : points
Problem Statement
We have a drink that has kilocalories of energy per milliliters. How many kilocalories of energy does milliliters of this drink have?
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print a number representing the answer.
Your output is considered correct when its absolute or relative error from our answer is at most .
45 200
90
We have a drink that has kilocalories of energy per milliliters. milliliters of this drink has kilocalories of energy.
37 450
166.5
The answer may not be an integer.
0 1000
0
50 0
0