d=10000000000 c=(1..gets.to_i).map{ a,b=gets.chomp.split(?.) (a+(b||?0).ljust(10,?0)).to_i }.inject(:+) puts (c<0??-:"")+"%d.%010d"%c.abs.divmod(d)