#abc361f. F - x = a^b
F - x = a^b
Score : points
问题陈述
在1到N(包括1和N)之间有多少个整数可以表示为,其中和是正整数,且不小于2?
以上为大语言模型 kimi 翻译,仅供参考。
Problem Statement
How many integers between and , inclusive, can be expressed as using some positive integer and a positive integer not less than ?
Constraints
- All input values are integers.
Input
The input is given from Standard Input in the following format:
Output
Print the answer as an integer.
Sample Input 1
99
Sample Output 1
12
The integers that satisfy the conditions in the problem statement are : there are .
Sample Input 2
1000000000000000000
Sample Output 2
1001003332