시간 제한
메모리 제한
Read in a letter and a number. The number indicates how big the letter triangle should be. The number indicating the size of the triangle will have a range from 0 to 250 (i.e., num>=0 and num<=250).
The letters must wrap around from Z to A. If you start with Z and have to print 5 levels, you must wrap around and start with A after the Z level is complete.
The first number indicates the number of data sets to follow. Each data set will contain one letter and one number. All letter input will be uppercase.
Print out the letter triangles in the order given. There is one blank line between each letter triangle.