# -*- coding: utf-8 -*- x = gets.chomp.split(" ") a = x[0].to_f b = x[1].to_f puts ((a+b).round).to_i