a = int(input())
#错误:没有把代码行变成输入输出的结构
res = a//3
print(res)