# frozen_string_literal: true a, b = gets.chomp.split.map(&:to_i) p eval("#{a}#{43.chr}#{b}")