logo AlgoBeat OnlineJudge
登录 注册

#216945. [ICPC 2017 Shenyang R] Heron and His Triangle

内存限制:512 MiB 时间限制:1000 ms 标准输入输出
题目类型:VJudge(洛谷) 评测方式:VJudge
上传者: 匿名

题目描述

A triangle is a Heron's triangle if it satisfies that the side lengths of it are consecutive integers , , and that its area is an integer. Now, for given you need to find a Heron's triangle associated with the smallest bigger than or equal to .

输入格式

The input contains multiple test cases. The first line of a multiple input is an integer () followed by lines. Each line contains an integer ().

输出格式

For each test case, output the smallest in a line. If the Heron's triangle required does not exist, output .

样例

样例输入 1

4
1
2
3
4

样例输出 1

4
4
4
4