yk = ("yukicoder").split('') loop{ i = gets.to_i if i==0 then break else puts yk[i-1] end }