11281: [yosupo] Number Theory - Counting Square-free Integers
[Creator : ]
Description
Count the number of square-free integers not greater than $N$.
Input
$N$
Constraints
$1 \leq N \leq 10^{18}$
Sample 1 Input
10
Sample 1 Output
7
Sample 2 Input
100
Sample 2 Output
61