Find it!

5

1 votes
Easy
Problem

Given a number N . You have to find the total number of elements from 1 to N which are divisible by 2 and are prime in nature.

Input

Single integer N.

Output

Single integer denoting the count.

Constraints

1<=N<=10^8

Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?