# frozen_string_literal: true n, k = gets.chomp.split.map(&:to_i) p 50 * n + (50.0 * n / (0.8 + 0.2 * k)).floor