You are given a positive integer n. You want to write it as a sum of positive integers while obeying both of these rules:
Subject to these rules, make the number of summands as large as possible. Find that maximum number of summands.
The first and only line contains an integer n (1≤n≤1018).
Print a single integer: the maximum number of summands in such a decomposition.