# frozen_string_literal: true n = gets.chomp.to_i p 2 * ((n.to_f / 3).floor + (n.to_f / 5).floor)