#P17070. [ICPC 2017 Shenyang R] Heron and His Triangle
[ICPC 2017 Shenyang R] Heron and His Triangle
Problem Description
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 .
Input Format
The input contains multiple test cases. The first line of a multiple input is an integer () followed by lines. Each line contains an integer ().
Output Format
For each test case, output the smallest in a line. If the Heron's triangle required does not exist, output .
4
1
2
3
4
4
4
4
4