SP22268 ETFS - Euler Totient Function Sieve
Description

In number theory, the totient _phi(n)_ of a positive integer _n_ is defined to be the number of positive integers less than or equal to _n_ that are coprime to _n_.
Input Format
The lonely line in input contains two integers _a_, _b_.
Output Format
Print _phi(n)_ for _n_ from _a_ to _b_ (inclusive).