too easy or three easy

too easy or three easy

Time Limit: 1.0 s

Memory Limit: 256.0 MB

Description

You are given an integer N. in one operation you can:

  • subtract 2 or
  • subtract 3 from N.

What is the minimum number of operation to make the number N equal to zero.

Input

an integer N
\(2 <= N <= 100\)

Output

one integer : number of operations to make N equal to zero.

Sample

Input Output
6
2

Information

ID
1106
Difficulty
2
Category
(None)
Tags
(None)
# Submissions
167
Accepted
100
Accepted Ratio
60%
Uploaded By

Related

In following contests:

Brain Booster #6