print1749. Holidays

printHolidays

Ограничения: время – 1s/2s, память – 64MiB Ввод: input.txt или стандартный ввод Вывод: output.txt или стандартный вывод copy
Послать решение Blockly Посылки Темы Где Обсудить (0)

This year aunt Sonya and uncle Vanya are going for a holiday trip to Sochi. They are very concerned about weather forecasts now. Aunt Sonya has her own favorite weather forecast site and uncle Vanya has his own. They are always competing which site has the most exact forecast. It is pretty easy to compare the forecasts except on aunt Sonya’s site the wind speed is given in km/h instead of m/s which they use for comparison. Please make a program which converts km/h to m/s rounding the result to integers.
The first line of the input file consists of a number `T` – number of tests. Each of the following `T` lines consists of a positive integer number `V` – wind speed in km/h (`0\ <\ V\ ≤2*10^6`).
For each test in a separate line give the wind speed in m/s.

Sample Input

1
36

Sample Output

10
Четвертьфинальные соревнования Чемпионата мира Восточно-сибирского региона, 2011
loading