Water Pressure

AtCoder
IDabc231_a
Time2000ms
Memory256MB
Difficulty
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? ## Constraints * $1 \leq D \leq 10000$ * $D$ is an integer. ## Input Input is given from Standard Input in the following format: $D$ [samples]
Samples
Input #1
1000
Output #1
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.
Input #2
50
Output #2
0.5
Input #3
3141
Output #3
31.41
API Response (JSON)
{
  "problem": {
    "name": "Water Pressure",
    "description": {
      "content": "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?",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc231_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "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?\n\n## Constraints...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments