eolymp
bolt
Попробуйте наш новый интерфейс для отправки задач
Задачи

Crazy tea party

Crazy tea party

\textbf{n} participants of "crazy tea party" sit around the table. Each minute one pair of neighbors can change their places. Find the minimum time (in minutes) required for all participants to sit in reverse order (so that left neighbors would become right, and right - left). \InputFile The first line is the amount of tests. Each next line contains one integer \textbf{n} (\textbf{1} ≤ \textbf{n} ≤ \textbf{32767}) - the amount of crazy tea participants. \OutputFile For each number n of participants to crazy tea party print on the standard output, on a separate line, the minimum time required for all participants to sit in reverse order.
Лимит времени 1 секунда
Лимит использования памяти 64 MiB
Входные данные #1
3
4
5
6
Выходные данные #1
2
4
6
Источник ACM ICPC Southeastern European Regional Programming Contest, Bucharest, Romania, October 18, 2003