CF630K.Indivisibility

普及/提高-

通过率:0%

AC君温馨提醒

该题目为【codeforces】题库的题目,您提交的代码将被提交至codeforces进行远程评测,并由ACGO抓取测评结果后进行展示。由于远程测评的测评机由其他平台提供,我们无法保证该服务的稳定性,若提交后无反应,请等待一段时间后再进行重试。

题目描述

IT City company developing computer games decided to upgrade its way to reward its employees. Now it looks the following way. After a new game release users start buying it actively, and the company tracks the number of sales with precision to each transaction. Every time when the next number of sales is not divisible by any number from 22 to 1010 every developer of this game gets a small bonus.

A game designer Petya knows that the company is just about to release a new game that was partly developed by him. On the basis of his experience he predicts that nn people will buy the game during the first month. Now Petya wants to determine how many times he will get the bonus. Help him to know it.

输入格式

The only line of the input contains one integer nn ( 1<=n<=10181<=n<=10^{18} ) — the prediction on the number of people who will buy the game.

输出格式

Output one integer showing how many numbers from 11 to nn are not divisible by any number from 22 to 1010 .

输入输出样例

  • 输入#1

    12
    

    输出#1

    2
首页