Problem A

Statement
Copy Copied
Description:
Vanya got n cubes. He decided to build a pyramid from them. Vanya wants to build the pyramid as follows: the top level of the pyramid must consist of 1 cube, the second level must consist of 1 + 2 = 3 cubes, the third level must have 1 + 2 + 3 = 6 cubes, and so on. Thus, the i-th level of the pyramid must have 1 + 2 + ... + (i - 1) + i cubes.

Vanya wants to know what is the maximum height of the pyramid that he can make using the given cubes.

Input Format:
The first line contains integer n (1 ≤ n ≤ 104) — the number of cubes given to Vanya.

Output Format:
Print the maximum possible height of the pyramid in the single line.

Note:
Illustration to the second sample:

Evaluations

Eval IDRun IDProviderModelLangSuccessTimestampPromptResponseStdoutStderrRetry
1029 20260227-140113 openai gpt-5.2 go true 2026-02-27T14:01:17.122589Z View View View View Retry
652 20260218-065301 vertex gemini-3-pro-preview go false 2026-02-18T08:02:42.208305Z View View View View Retry