n=gets.to_i r=(n-1)/36 q=(n-1)%36 ans=0 ls=[] (1..8).each{|i| ((i+1)..9).each{|j| ls<<([i.to_s,j.to_s]) } } puts ls[q][0]+ls[q][1]*(r+1)