302448: CF471C. MUH and House of Cards
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
MUH and House of Cards
题目描述
Polar bears Menshykov and Uslada from the zoo of St. Petersburg and elephant Horace from the zoo of Kiev decided to build a house of cards. For that they've already found a hefty deck of $ n $ playing cards. Let's describe the house they want to make: 1. The house consists of some non-zero number of floors. 2. Each floor consists of a non-zero number of rooms and the ceiling. A room is two cards that are leaned towards each other. The rooms are made in a row, each two adjoining rooms share a ceiling made by another card. 3. Each floor besides for the lowest one should contain less rooms than the floor below. Please note that the house may end by the floor with more than one room, and in this case they also must be covered by the ceiling. Also, the number of rooms on the adjoining floors doesn't have to differ by one, the difference may be more. While bears are practicing to put cards, Horace tries to figure out how many floors their house should consist of. The height of the house is the number of floors in it. It is possible that you can make a lot of different houses of different heights out of $ n $ cards. It seems that the elephant cannot solve this problem and he asks you to count the number of the distinct heights of the houses that they can make using exactly $ n $ cards.输入输出格式
输入格式
The single line contains integer $ n $ ( $ 1<=n<=10^{12} $ ) — the number of cards.
输出格式
Print the number of distinct heights that the houses made of exactly $ n $ cards can have.
输入输出样例
输入样例 #1
13
输出样例 #1
1
输入样例 #2
6
输出样例 #2
0