# coding: utf-8 n = int(input()) print(((n // 3) + (n // 5)) * 2)