D = gets.to_i c = '' (1..100).each do |n| c += n.to_s end puts c[D - 1]