Given integer , you need to find four integers , such that they're all factors of (), and . Your goal is to maximize .
First line contains an integer , represents the number of test cases.
Each of the next lines contains an integer (, will not exceed 64 bit integer).
lines, each line contains the answer () to correspond test case. If there is no way to find such four numbers, output .