Description
This problem is a programming version of Problem 9 from projecteuler.net
triplet print .
Input Format
The first line contains an integer i.e. number of test cases.
The next lines will contain an integer .
Constraints
Output Format
Print the value corresponding to each test case in separate lines.
Sample Input 0
Sample Output 0
Explanation 0
, we have a triplet , whose product is .
, we don’t have any pythagorean triple.




Reviews
There are no reviews yet.