mod = (1e9+7).to_i r=0 gets.to_i.times{ a,b=gets.split.map(&:to_i) r = ( r + (1 + (a-1)/2)*b)%mod } p r