303247: CF630J. Divisibility

Memory Limit:64 MB Time Limit:0 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

Divisibility

题意翻译

给你一个数n,求在[1,n]范围内有几个数能被2到10之间的所有整数整除(n<=$10^{18}$)

题目描述

IT City company developing computer games invented a new way to reward its employees. 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 divisible by all numbers from $ 2 $ to $ 10 $ 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 $ n $ 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 $ n $ ( $ 1<=n<=10^{18} $ ) — the prediction on the number of people who will buy the game.

输出格式


Output one integer showing how many numbers from $ 1 $ to $ n $ are divisible by all numbers from $ 2 $ to $ 10 $ .

输入输出样例

输入样例 #1

3000

输出样例 #1

1

Input

题意翻译

给你一个数n,求在[1,n]范围内有几个数能被2到10之间的所有整数整除(n<=$10^{18}$)

加入题单

算法标签: