100 atcoder#ABC231A. [ABC231A] Water Pressure
[ABC231A] Water Pressure
Score : points
Problem Statement
Let us assume that water pressure depends only on depth and is megapascal at a depth of meters.
What is the water pressure in megapascals at a depth of meters?
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print the answer. Your output will be considered correct when its absolute or relative error from our answer is at most .
1000
10
The water pressure at a depth of meters is megapascal. Outputs such as 10.0
and 9.999999
would also be accepted.
50
0.5
3141
31.41