while 1:r=raw_input();a,b=r[2:].split(' ',1);print b.rjust(int(a),r[0])