1925Crazy Tea Party

1925   Crazy Tea Party

题目描述

 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).

Input. The first line is the amount of tests. Each next line contains one integer n (1 <= n <= 32767) - the amount of crazy tea participants.

Output. 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.

输入格式:

输出格式:

输入样例 复制
3
4
5
6
输出样例 复制
2
4
6

说明

54
87
通过提交
时空限制2000ms/64mb
题目来源Southeastern Europe 2003
评测方式在线评测
题目类型
难        度