You are given an N-sided regular polygon. You have connected the center of the polygon with all the vertices, thus dividing the polygon into N equal parts.
Your task is to find the count of simple cycles that exist in the modified structure of the polygon.
Input format
Output format
Print the count of simple cycles corresponding to each query in a separate line.
Constraints
1≤N≤109
1≤Q≤105
No Explanation Provided