6311: ABC231 —— A - Water Pressure
[Creator : ]
Description
Let us assume that water pressure depends only on depth and is $\dfrac{x}{100}$ megapascal at a depth of $x$ meters.
What is the water pressure in megapascals at a depth of $D$ meters?
What is the water pressure in megapascals at a depth of $D$ meters?
Input
Input is given from Standard Input in the following format:
$D$
$D$
Output
Print the answer. Your output will be considered correct when its absolute or relative error from our answer is at most $10^{-3}$.
Constraints
$1≤D≤10,000$
$D$ is an integer.
$D$ is an integer.
Sample 1 Input
1000
Sample 1 Output
10
The water pressure at a depth of $1000$ meters is $10$ megapascal. Outputs such as $10.0$ and $9.999999$ would also be accepted.
Sample 2 Input
50
Sample 2 Output
0.5
Sample 3 Input
3141
Sample 3 Output
31.41