407103: GYM102697 074 Infinity Gauntlet

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

074. Infinity Gauntlettime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output

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.

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.

ExampleInput
5
10
32
12
35
52
Output
5.0
16.0
6.0
17.5
26.0

加入题单

算法标签: