import math, strutils let n: int = stdin.readline.parseInt ans: int = ceil(sqrt(n / 3)).int echo ans