{"raw_statement":[{"iden":"statement","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 most notably, to reduce numbers into half.\n\nThe 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.\n\nOutput a series of line-separated floating-point values which divides the inputs in half.\n\n"},{"iden":"input","content":"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."},{"iden":"output","content":"Output a series of line-separated floating-point values which divides the inputs in half."}],"translated_statement":null,"sample_group":[],"show_order":[],"formal_statement":"**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 $ i \\in \\{1, \\dots, n\\} $, output:  \n$$\n\\frac{x_i}{2}\n$$","simple_statement":"Given n numbers, divide each by 2 and print the result.","has_page_source":false}