#!/usr/bin/ruby gets a=$<.each.with_index(1).map{|e,i| a,b=e.split.map(&:to_i) [a-30000*b,i] }.max if a[0]*6>=3000000 puts :YES puts [a[1]]*6 else puts :NO end