#abc214a. [abc214_a]New Generation ABC

[abc214_a]New Generation ABC

Problem Statement

This is the 214214-th AtCoder Beginner Contest (ABC).

The ABCs so far have had the following number of problems.

  • The 11-st through 125125-th ABCs had 44 problems each.
  • The 126126-th through 211211-th ABCs had 66 problems each.
  • The 212212-th through 214214-th ABCs have 88 problems each.

Find the number of problems in the NN-th ABC.

Constraints

  • 1leqNleq2141 \\leq N \\leq 214
  • All values in input are integers.

Input

Input is given from Standard Input in the following format:

NN

Output

Print the answer.


Sample Input 1

214

Sample Output 1

8

Sample Input 2

1

Sample Output 2

4

Sample Input 3

126

Sample Output 3

6