import sys for x in sys.stdin:u=2*int(x[-2]);print(x[:-1]+('th','stndrd'[u-2:u])[u in[2,4,6]and(len(x)==2or'1'!=x[-3])])