You are given a sequence . Determine the count of integers () that satisfies the following property
Note: Your program must solve independent test cases.
Input format
Output format
For each test case, print a number that indicates the count of integers in the sequence that satisfies the property. The output must be printed in a single line.
Constraints
Note: To know more about the notation, read Capital_pi_notation.
Here the integers 3 and 7 satisfy the property :
So count is 2.