puts Array.new(gets.to_i) { gets.split.map(&:to_i) }.map {|a, b| (a + 1) / 2 * b }.sum % (10**9+7)