{"raw_statement":[{"iden":"problem statement","content":"Let us assume that water pressure depends only on depth and is $\\dfrac{x}{100}$ megapascal at a depth of $x$ meters.\nWhat is the water pressure in megapascals at a depth of $D$ meters?"},{"iden":"constraints","content":"*   $1 \\leq D \\leq 10000$\n*   $D$ is an integer."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$D$"},{"iden":"sample input 1","content":"1000"},{"iden":"sample output 1","content":"10\n\nThe water pressure at a depth of $1000$ meters is $10$ megapascal. Outputs such as `10.0` and `9.999999` would also be accepted."},{"iden":"sample input 2","content":"50"},{"iden":"sample output 2","content":"0.5"},{"iden":"sample input 3","content":"3141"},{"iden":"sample output 3","content":"31.41"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}