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