import strutils let n: int = stdin.readline.parseInt ans: int = 2 * (n div 3 + n div 5) echo ans