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