You are given an integer N. For each integer i from 2 to N, assign a positive integer A[i] such that the following conditions hold:
Find the maximum value among all A[i]'s.
Note: A pair of integers (i,j) is said to be co-prime when the greatest common divisor between them is 1.
Input format
Output format
For each test case, print the maximum value among all A[i]'s in a new line.
Constraints
1≤T≤102≤N≤105
For first test case:
For second test case: