n=int(input()) import math print(math.ceil((n/3)**0.5))