Space Index by bk1e

loop{a,_,b=gets.partition(' ')
a.split(/,/).reverse.map{|v|b[v.to_i,0]=' '}
puts b}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page