For this problem, you will write a program that takes a string of characters, S, and creates a new string of characters, T, with each character repeated R times. That is, R copies of the first character of S, followed by R copies of the second character of S, and so on. Valid characters for S are the QR Code "alphanumeric" characters:
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ$%*+-./:
For each data set there is one line of output. It contains the data set number, N, followed by a single space which is then followed by the new string T, which is made of each character in S repeated R times.
1 AAABBBCCC
2 /////HHHHHTTTTTPPPPP