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