# frozen_string_literal: true S = gets.chomp RESULT = eval(S) puts RESULT