n = int(input()) fi = n // 3 bu = n // 5 res = (fi + bu) * 2 print(res)