import math n = int(input()) print((math.floor(n/3) + math.floor(n/5)) * 2)