074. Infinity Gauntlet

Codeforces
IDCF10269074
Time1000ms
Memory256MB
Difficulty
English · Original
Formal · Original
You have acquired the Infinity Gauntlet from Thanos from the Marvel Universe. For those who are unfamiliar with the Infinity Gauntlet, it contains immense power with the ability to many things, but most notably, to reduce numbers into half. The first line will contain integer $n$ that will denote the amount of test cases that will follow, and each line after the first will contain an integer that is to be divided in half. Output a series of line-separated floating-point values which divides the inputs in half. ## Input The first line will contain integer $n$ that will denote the amount of test cases that will follow, and each line after the first will contain an integer that is to be divided in half. ## Output Output a series of line-separated floating-point values which divides the inputs in half. [samples]
**Definitions** Let $ n \in \mathbb{Z} $ be the number of test cases. Let $ x_1, x_2, \dots, x_n \in \mathbb{R} $ be the input integers. **Constraints** $ n \geq 1 $ **Objective** For each $ i \in \{1, \dots, n\} $, output: $$ \frac{x_i}{2} $$
API Response (JSON)
{
  "problem": {
    "name": "074. Infinity Gauntlet",
    "description": {
      "content": "You have acquired the Infinity Gauntlet from Thanos from the Marvel Universe. For those who are unfamiliar with the Infinity Gauntlet, it contains immense power with the ability to many things, but mo",
      "description_type": "Markdown"
    },
    "platform": "Codeforces",
    "limit": {
      "time_limit": 1000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "CF10269074"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "You have acquired the Infinity Gauntlet from Thanos from the Marvel Universe. For those who are unfamiliar with the Infinity Gauntlet, it contains immense power with the ability to many things, but mo...",
      "is_translate": false,
      "language": "English"
    },
    {
      "statement_type": "Markdown",
      "content": "**Definitions**  \nLet $ n \\in \\mathbb{Z} $ be the number of test cases.  \nLet $ x_1, x_2, \\dots, x_n \\in \\mathbb{R} $ be the input integers.\n\n**Constraints**  \n$ n \\geq 1 $\n\n**Objective**  \nFor each $...",
      "is_translate": false,
      "language": "Formal"
    }
  ]
}
Full JSON Raw Segments