#Lutece0073. A Simple Problem
A Simple Problem
Migrated from Lutece 73 A Simple Problem
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
Given a nonnegative integer , and a positive integer , we define:
$f(a, k) = f(a, k – 1) \times f(a, k – 1)\mod{N}, k > 1$
There may or may not exist some positive integer satisfying .
Your task is, given a positive integer , to determine how many there are, such that for some positive integer , .
Input
The input contains an integer on the first line, indicating the number of test cases. Each test case contains only one positive integer () on a line.
Output
For each test case, output the answer on a single line.
Samples
6
2
12
50
180
245
361
2
3
6
7
8
20
Resources
The 5th UESTC Programming Contest Final